diff options
author | Max Kellermann <max@duempel.org> | 2012-09-25 12:19:18 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-09-25 12:19:18 +0200 |
commit | 145c1d214c174e5162910b736d0baca0920aa2e0 (patch) | |
tree | fe1681820a4f17de3e255331dd5a363a58078add /src/QueueCommands.hxx | |
parent | b62a8e3e3e8be005ccc8be8d157a0fb92d461e31 (diff) | |
download | mpd-145c1d214c174e5162910b736d0baca0920aa2e0.tar.gz mpd-145c1d214c174e5162910b736d0baca0920aa2e0.tar.xz mpd-145c1d214c174e5162910b736d0baca0920aa2e0.zip |
*Commands: remove extern"C" from C++ headers
Diffstat (limited to 'src/QueueCommands.hxx')
-rw-r--r-- | src/QueueCommands.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/QueueCommands.hxx b/src/QueueCommands.hxx index ec3230f7f..b28608f62 100644 --- a/src/QueueCommands.hxx +++ b/src/QueueCommands.hxx @@ -22,8 +22,6 @@ #include "command.h" -G_BEGIN_DECLS - enum command_return handle_add(struct client *client, int argc, char *argv[]); @@ -81,6 +79,4 @@ handle_swap(struct client *client, int argc, char *argv[]); enum command_return handle_swapid(struct client *client, int argc, char *argv[]); -G_END_DECLS - #endif |