aboutsummaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-04-11 17:37:47 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-04-11 17:37:47 +0000
commitfc7a264e4d3f6ba93d52722455e6d4ec7ca671fb (patch)
treec55738667ba5973be0435fd54048269013ae89c2 /src/command.h
parent87f53c94d7361bb3aaa1369d26f76f049905fc82 (diff)
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
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/command.h b/src/command.h
index 2692c6b5..247bce57 100644
--- a/src/command.h
+++ b/src/command.h
@@ -21,6 +21,8 @@
#include "../config.h"
+#include "list.h"
+
#include <stdio.h>
#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();