on prototypes, void means sth

This commit is contained in:
Philippe Teuwen
2019-04-09 22:42:23 +02:00
parent 9c74a96c9b
commit 28ca3e8c22
16 changed files with 24 additions and 24 deletions

View File

@@ -38,6 +38,6 @@ int CmdHFTune(const char *Cmd);
int CmdHFSearch(const char *Cmd);
int CmdHFSniff(const char *Cmd);
int usage_hf_search();
int usage_hf_sniff();
int usage_hf_search(void);
int usage_hf_sniff(void);
#endif