From 6f060081be272d4a8b1bcf1ad0197de4ea5cd5e3 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 29 Jul 2009 08:00:01 +0200 Subject: command: moved command_process_list() to client.c --- src/command.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/command.h') diff --git a/src/command.h b/src/command.h index a7c408ed..614a414b 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); -- cgit v1.2.3