From 96ab110b44bf2f3445e15f5afcb80439b9da6242 Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Sun, 29 Mar 2009 10:58:15 -0700 Subject: command: command_error() is not necessary for export. --- src/command.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/command.h') diff --git a/src/command.h b/src/command.h index 7e03e36d..a7c408ed 100644 --- a/src/command.h +++ b/src/command.h @@ -47,7 +47,4 @@ command_process(struct client *client, char *commandString); void command_success(struct client *client); -G_GNUC_PRINTF(3, 4) void command_error(struct client *client, enum ack error, - const char *fmt, ...); - #endif -- cgit v1.2.3