diff options
Diffstat (limited to 'src/command.h')
-rw-r--r-- | src/command.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.h b/src/command.h index 59f6e433f..f08ebb16a 100644 --- a/src/command.h +++ b/src/command.h @@ -35,7 +35,7 @@ extern char * current_command; extern int command_listNum; int proccessListOfCommands(FILE * fp, int * permission, int * expired, - List * list); + int listOK, List * list); int processCommand(FILE * fp, unsigned int * permission, char * commandString); |