diff options
author | Avuton Olrich <avuton@gmail.com> | 2009-03-29 10:58:15 -0700 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-03-30 19:21:41 +0200 |
commit | 96ab110b44bf2f3445e15f5afcb80439b9da6242 (patch) | |
tree | 10461416dc1540233b5370857372ae430778e44c /src/command.h | |
parent | 215cdda08d3b69c3a58a6b783e4c8b14a3277d5f (diff) | |
download | mpd-96ab110b44bf2f3445e15f5afcb80439b9da6242.tar.gz mpd-96ab110b44bf2f3445e15f5afcb80439b9da6242.tar.xz mpd-96ab110b44bf2f3445e15f5afcb80439b9da6242.zip |
command: command_error() is not necessary for export.
Diffstat (limited to 'src/command.h')
-rw-r--r-- | src/command.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/command.h b/src/command.h index 7e03e36dd..a7c408ed7 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 |