diff options
Diffstat (limited to '')
-rw-r--r-- | src/command.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/command.h b/src/command.h index 295d71ab6..9ea5bb52f 100644 --- a/src/command.h +++ b/src/command.h @@ -20,10 +20,6 @@ #ifndef MPD_COMMAND_H #define MPD_COMMAND_H -#include "ack.h" - -#include <stdbool.h> - enum command_return { /** * The command has succeeded, but the "OK" response was not @@ -54,17 +50,4 @@ enum command_return { COMMAND_RETURN_KILL, }; -struct client; - -G_BEGIN_DECLS - -void command_init(void); - -void command_finish(void); - -enum command_return -command_process(struct client *client, unsigned num, char *line); - -G_END_DECLS - #endif |