Skip to content
Snippets Groups Projects
Commit ca91e9f1 authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

Protoize CMDTABLE.func()

parent 555e23dd
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@
typedef struct {
char *cmd;
int (*func)();
int (*func) (char **, int);
char *help_msg;
} CMDTABLE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment