From a8a8aacdb360f1bcb4cdebf1a17fa7ea3a089277 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Sat, 5 Jun 2004 16:01:44 +0000 Subject: implement list_OK/command_list_ok_begin update COMMANDS git-svn-id: https://svn.musicpd.org/mpd/trunk@1344 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/command.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command.h') 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); -- cgit v1.2.3