on prototypes, void means sth

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

View file

@ -42,6 +42,6 @@
#endif
int CommandReceived(char *Cmd);
command_t *getTopLevelCommandTable();
command_t *getTopLevelCommandTable(void);
#endif