aboutsummaryrefslogtreecommitdiff
path: root/lib/include/net/auth.h
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2024-09-29 22:38:43 -0400
committerIan Moffett <ian@osmora.org>2024-09-29 22:38:43 -0400
commit73ead92c2d37d5d091992ef617c4abdfe9907a18 (patch)
tree1b689727607d72e525cee5bd298367aadc293615 /lib/include/net/auth.h
parent788b1308e86320882245159540ef0a489209bcf1 (diff)
project: Massive fixups
- Fix client handling - Add multithreading - Fixup bad values Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'lib/include/net/auth.h')
-rw-r--r--lib/include/net/auth.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/include/net/auth.h b/lib/include/net/auth.h
index d672231..0f22d22 100644
--- a/lib/include/net/auth.h
+++ b/lib/include/net/auth.h
@@ -34,8 +34,8 @@
#include <libostp/session.h>
#include <libostp/server.h>
-int handle_srq(struct ostp_session *sp, struct ostp_listener *lp,
+int handle_srq(struct ostp_client *c, struct ostp_listener *lp,
struct session_request *srq);
-int negotiate_spw(struct ostp_session *sp, unsigned char *session_key);
+int negotiate_spw(struct ostp_client *c, unsigned char *session_key);
#endif /* NET_AUTH_H_ */