diff options
-rw-r--r-- | src/client_process.c | 1 | ||||
-rw-r--r-- | src/command.h | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/client_process.c b/src/client_process.c index 57a8a7824..ec9eacb93 100644 --- a/src/client_process.c +++ b/src/client_process.c @@ -19,6 +19,7 @@ #include "config.h" #include "client_internal.h" +#include "protocol/result.h" #include <string.h> diff --git a/src/command.h b/src/command.h index 6ddd22491..295d71ab6 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 |