aboutsummaryrefslogtreecommitdiff
path: root/ostp.d/include/net/auth.h
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2024-09-26 14:57:08 -0400
committerIan Moffett <ian@osmora.org>2024-09-26 14:57:08 -0400
commitd382f150dcd1a4317a62c5af2412bd304b3bfee7 (patch)
tree9d2e2391d655fd559b92381c507f1581685a45d3 /ostp.d/include/net/auth.h
parent7e6fb4b9f82dc4c6f7815a3fc4c60f6084928722 (diff)
project: Introduce actual connections
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'ostp.d/include/net/auth.h')
-rw-r--r--ostp.d/include/net/auth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ostp.d/include/net/auth.h b/ostp.d/include/net/auth.h
index 752bfe2..76567c3 100644
--- a/ostp.d/include/net/auth.h
+++ b/ostp.d/include/net/auth.h
@@ -33,5 +33,6 @@
#include <net/stpsession.h>
int handle_srq(int client_fd, struct session_request *srq);
+int negotiate_spw(int client_fd, unsigned char *session_key);
#endif /* NET_AUTH_H_ */