---
 src/command.c |    2 +-
 src/command.h |    3 ---
 2 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/src/command.c b/src/command.c
index 69fbe51..ad14f52 100644
--- a/src/command.c
+++ b/src/command.c
@@ -121,7 +121,7 @@ static void command_error_v(struct client *client, enum ack 
error,
        current_command = NULL;
 }
 
-G_GNUC_PRINTF(3, 4) void command_error(struct client *client, enum ack error,
+G_GNUC_PRINTF(3, 4) static void command_error(struct client *client, enum ack 
error,
                                       const char *fmt, ...)
 {
        va_list args;
diff --git a/src/command.h b/src/command.h
index 7e03e36..a7c408e 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
-- 
1.6.1.3


------------------------------------------------------------------------------
_______________________________________________
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team

Reply via email to