diff service.h @ 34:e2a1eaa19f22

Client mostly works up to password auth Need to rework algo-choosing etc, since server is now broken.
author Matt Johnston <matt@ucc.asn.au>
date Wed, 28 Jul 2004 16:44:16 +0000
parents f789045062e6
children 00bc3df3a9c3
line wrap: on
line diff
--- a/service.h	Tue Jul 27 16:30:46 2004 +0000
+++ b/service.h	Wed Jul 28 16:44:16 2004 +0000
@@ -27,5 +27,6 @@
 
 void recv_msg_service_request(); /* Server */
 void send_msg_service_request(); /* Client */
+void recv_msg_service_accept(); /* Client */
 
 #endif /* _SERVICE_H_ */