Mercurial > dropbear
comparison service.h @ 1278:0c47d97aa9d5
merge
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 16 Mar 2016 22:53:27 +0800 |
parents | 9169e4e7cbee |
children |
comparison
equal
deleted
inserted
replaced
1264:a20b6af6f182 | 1278:0c47d97aa9d5 |
---|---|
23 * SOFTWARE. */ | 23 * SOFTWARE. */ |
24 | 24 |
25 #ifndef DROPBEAR_SERVICE_H_ | 25 #ifndef DROPBEAR_SERVICE_H_ |
26 #define DROPBEAR_SERVICE_H_ | 26 #define DROPBEAR_SERVICE_H_ |
27 | 27 |
28 void recv_msg_service_request(); /* Server */ | 28 void recv_msg_service_request(void); /* Server */ |
29 | 29 |
30 #endif /* DROPBEAR_SERVICE_H_ */ | 30 #endif /* DROPBEAR_SERVICE_H_ */ |