Mercurial > dropbear
comparison service.h @ 33:f789045062e6
Progressing client support
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 27 Jul 2004 16:30:46 +0000 |
parents | fe6bca95afa7 |
children | e2a1eaa19f22 |
comparison
equal
deleted
inserted
replaced
32:8fd0cdbb5b1b | 33:f789045062e6 |
---|---|
23 * SOFTWARE. */ | 23 * SOFTWARE. */ |
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(); | 28 void recv_msg_service_request(); /* Server */ |
29 void send_msg_service_request(); /* Client */ | |
29 | 30 |
30 #endif /* _SERVICE_H_ */ | 31 #endif /* _SERVICE_H_ */ |