comparison 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
comparison
equal deleted inserted replaced
726:78eda530c000 727:00bc3df3a9c3
24 24
25 #ifndef _SERVICE_H_ 25 #ifndef _SERVICE_H_
26 #define _SERVICE_H_ 26 #define _SERVICE_H_
27 27
28 void recv_msg_service_request(); /* Server */ 28 void recv_msg_service_request(); /* Server */
29 void send_msg_service_request(); /* Client */
30 void recv_msg_service_accept(); /* Client */
31 29
32 #endif /* _SERVICE_H_ */ 30 #endif /* _SERVICE_H_ */