diff service.h @ 727:00bc3df3a9c3

Don't bother waiting for a ssh-connection service reply - the server will disconnect if it wasn't accepted
author Matt Johnston <matt@ucc.asn.au>
date Sun, 31 Mar 2013 21:38:17 +0800
parents e2a1eaa19f22
children deed0571cacc
line wrap: on
line diff
--- a/service.h	Sun Mar 31 00:40:00 2013 +0800
+++ b/service.h	Sun Mar 31 21:38:17 2013 +0800
@@ -26,7 +26,5 @@
 #define _SERVICE_H_
 
 void recv_msg_service_request(); /* Server */
-void send_msg_service_request(); /* Client */
-void recv_msg_service_accept(); /* Client */
 
 #endif /* _SERVICE_H_ */