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/StickerCommands.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 '')
-rw-r--r-- | src/StickerCommands.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/StickerCommands.hxx b/src/StickerCommands.hxx index f4dff7755..c253d0bb7 100644 --- a/src/StickerCommands.hxx +++ b/src/StickerCommands.hxx @@ -22,11 +22,7 @@ #include "command.h" -G_BEGIN_DECLS - enum command_return handle_sticker(struct client *client, int argc, char *argv[]); -G_END_DECLS - #endif |