fix empty C prototypes

This commit is contained in:
Francois Perrad
2016-01-01 16:30:31 +01:00
committed by Matt Johnston
parent af87369cb3
commit 3e20c442de
30 changed files with 123 additions and 123 deletions

View File

@@ -25,6 +25,6 @@
#ifndef DROPBEAR_SERVICE_H_
#define DROPBEAR_SERVICE_H_
void recv_msg_service_request(); /* Server */
void recv_msg_service_request(void); /* Server */
#endif /* DROPBEAR_SERVICE_H_ */