From f3f25d5d40d0627392c20a632dbb751449c77e15 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 25 Sep 2012 12:15:37 +0200 Subject: command.h: remove obsolete command_success() prototype This lives in protocol/result.h now. --- src/command.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/command.h') diff --git a/src/command.h b/src/command.h index 6ddd2249..295d71ab 100644 --- a/src/command.h +++ b/src/command.h @@ -65,8 +65,6 @@ void command_finish(void); enum command_return command_process(struct client *client, unsigned num, char *line); -void command_success(struct client *client); - G_END_DECLS #endif -- cgit v1.2.3