command: static-fication since commandError is no longer a macro
git-svn-id: https://svn.musicpd.org/mpd/trunk@4593 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
@@ -131,8 +131,8 @@ struct _CommandEntry {
|
||||
CommandListHandlerFunction listHandler;
|
||||
};
|
||||
|
||||
char *current_command = NULL;
|
||||
int command_listNum = 0;
|
||||
static char *current_command = NULL;
|
||||
static int command_listNum = 0;
|
||||
|
||||
static CommandEntry *getCommandEntryFromString(char *string, int *permission);
|
||||
|
||||
|
Reference in New Issue
Block a user