command.h: remove obsolete command_success() prototype
This lives in protocol/result.h now.
This commit is contained in:
@ -19,6 +19,7 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "client_internal.h"
|
#include "client_internal.h"
|
||||||
|
#include "protocol/result.h"
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
@ -65,8 +65,6 @@ void command_finish(void);
|
|||||||
enum command_return
|
enum command_return
|
||||||
command_process(struct client *client, unsigned num, char *line);
|
command_process(struct client *client, unsigned num, char *line);
|
||||||
|
|
||||||
void command_success(struct client *client);
|
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user