command: moved command_process_list() to client.c

This commit is contained in:
Max Kellermann
2009-07-29 08:00:01 +02:00
parent 7f865f722c
commit 6f060081be
3 changed files with 31 additions and 36 deletions

View File

@@ -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);