command.h: remove obsolete command_success() prototype
This lives in protocol/result.h now.
This commit is contained in:
parent
f118812c34
commit
f3f25d5d40
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user