chg: remark available in lua

This commit is contained in:
iceman1001 2019-10-17 22:28:49 +02:00
commit ed565d04f5
3 changed files with 20 additions and 1 deletions

View file

@ -15,6 +15,7 @@
#include "cmdparser.h" // command_t
int CommandReceived(char *Cmd);
int CmdRem(const char *Cmd);
command_t *getTopLevelCommandTable(void);
#endif