command.h: remove obsolete command_success() prototype

This lives in protocol/result.h now.
This commit is contained in:
Max Kellermann 2012-09-25 12:15:37 +02:00
parent f118812c34
commit f3f25d5d40
2 changed files with 1 additions and 2 deletions

View File

@ -19,6 +19,7 @@
#include "config.h"
#include "client_internal.h"
#include "protocol/result.h"
#include <string.h>

View File

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