diff options
author | Max Kellermann <max@duempel.org> | 2009-07-29 08:00:01 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-07-29 08:00:01 +0200 |
commit | 6f060081be272d4a8b1bcf1ad0197de4ea5cd5e3 (patch) | |
tree | 1e74296a7dd107b9ecbac6153652d245e40ae19e /src/command.h | |
parent | 7f865f722c55dc7a2a27c7869030accc8ab9beb2 (diff) | |
download | mpd-6f060081be272d4a8b1bcf1ad0197de4ea5cd5e3.tar.gz mpd-6f060081be272d4a8b1bcf1ad0197de4ea5cd5e3.tar.xz mpd-6f060081be272d4a8b1bcf1ad0197de4ea5cd5e3.zip |
command: moved command_process_list() to client.c
Diffstat (limited to '')
-rw-r--r-- | src/command.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/command.h b/src/command.h index a7c408ed7..614a414b6 100644 --- a/src/command.h +++ b/src/command.h @@ -39,11 +39,7 @@ void command_init(void); void command_finish(void); enum command_return -command_process_list(struct client *client, - bool list_ok, GSList *list); - -enum command_return -command_process(struct client *client, char *commandString); +command_process(struct client *client, unsigned num, char *line); void command_success(struct client *client); |