aboutsummaryrefslogtreecommitdiff
path: root/src/StickerCommands.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-09-25 12:19:18 +0200
committerMax Kellermann <max@duempel.org>2012-09-25 12:19:18 +0200
commit145c1d214c174e5162910b736d0baca0920aa2e0 (patch)
treefe1681820a4f17de3e255331dd5a363a58078add /src/StickerCommands.hxx
parentb62a8e3e3e8be005ccc8be8d157a0fb92d461e31 (diff)
*Commands: remove extern"C" from C++ headers
Diffstat (limited to 'src/StickerCommands.hxx')
-rw-r--r--src/StickerCommands.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/StickerCommands.hxx b/src/StickerCommands.hxx
index f4dff775..c253d0bb 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