aboutsummaryrefslogtreecommitdiff
path: root/src/command.h
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/command.h
parentf118812c344894c43da4213cd538e7cc15e6e18e (diff)
command.h: remove obsolete command_success() prototype
This lives in protocol/result.h now.
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h2
1 files changed, 0 insertions, 2 deletions
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