diff options
Diffstat (limited to 'src/command.h')
-rw-r--r-- | src/command.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/command.h b/src/command.h index 410c25197..05ee2382b 100644 --- a/src/command.h +++ b/src/command.h @@ -32,13 +32,13 @@ #define COMMAND_RETURN_CLOSE 20 #define COMMAND_MASTER_READY 30 -extern char * current_command; +extern char *current_command; extern int command_listNum; -int processListOfCommands(FILE * fp, int * permission, int * expired, - int listOK, List * list); +int processListOfCommands(FILE * fp, int *permission, int *expired, + int listOK, List * list); -int processCommand(FILE * fp, int * permission, char * commandString); +int processCommand(FILE * fp, int *permission, char *commandString); void initCommands(); |