Protoize CMDTABLE.func()

This commit is contained in:
Hallvard Furuseth 1999-03-09 22:55:24 +00:00
parent 555e23dd43
commit ca91e9f189

View file

@ -41,7 +41,7 @@
typedef struct {
char *cmd;
int (*func)();
int (*func) (char **, int);
char *help_msg;
} CMDTABLE;