From fc7a264e4d3f6ba93d52722455e6d4ec7ca671fb Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Sun, 11 Apr 2004 17:37:47 +0000 Subject: incremental updates and command-list/update kung fu this needs some serious cleaning up and testing git-svn-id: https://svn.musicpd.org/mpd/trunk@692 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/command.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/command.h') diff --git a/src/command.h b/src/command.h index 2692c6b58..247bce573 100644 --- a/src/command.h +++ b/src/command.h @@ -21,6 +21,8 @@ #include "../config.h" +#include "list.h" + #include #define COMMAND_RETURN_KILL 10 @@ -30,7 +32,7 @@ #define COMMAND_RESPOND_OK "OK" int processCommand(FILE * fp, unsigned int * permission, int argArrayLength, - char ** argArray); + char ** argArray, ListNode * commandNode); void initCommands(); -- cgit v1.2.3