aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-09-25 12:15:37 +0200
committerMax Kellermann <max@duempel.org>2012-09-25 12:20:33 +0200
commitf3f25d5d40d0627392c20a632dbb751449c77e15 (patch)
treefd9df80552ce44cd414b661bb9398a3fb03ba2f7 /src
parentf118812c344894c43da4213cd538e7cc15e6e18e (diff)
command.h: remove obsolete command_success() prototype
This lives in protocol/result.h now.
Diffstat (limited to 'src')
-rw-r--r--src/client_process.c1
-rw-r--r--src/command.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/client_process.c b/src/client_process.c
index 57a8a782..ec9eacb9 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 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