Commit f3f25d5d authored by Max Kellermann's avatar Max Kellermann

command.h: remove obsolete command_success() prototype

This lives in protocol/result.h now.
parent f118812c
......@@ -19,6 +19,7 @@
#include "config.h"
#include "client_internal.h"
#include "protocol/result.h"
#include <string.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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment