diff options
Diffstat (limited to 'lib/include/net')
-rw-r--r-- | lib/include/net/auth.h | 4 |
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_ */ |