aboutsummaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-06-05 16:01:44 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-06-05 16:01:44 +0000
commita8a8aacdb360f1bcb4cdebf1a17fa7ea3a089277 (patch)
tree27dd29ba89c4879f818eda39dc1d3a6ad686eeb0 /src/command.h
parent69d787b3e14b818033da230e1d8497aa132ef4d6 (diff)
implement list_OK/command_list_ok_begin
update COMMANDS git-svn-id: https://svn.musicpd.org/mpd/trunk@1344 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.h b/src/command.h
index 59f6e433..f08ebb16 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);