aboutsummaryrefslogtreecommitdiff
path: root/src/OtherCommands.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/OtherCommands.hxx
parentb62a8e3e3e8be005ccc8be8d157a0fb92d461e31 (diff)
*Commands: remove extern"C" from C++ headers
Diffstat (limited to 'src/OtherCommands.hxx')
-rw-r--r--src/OtherCommands.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/OtherCommands.hxx b/src/OtherCommands.hxx
index d0dc1953..c4cc3ac2 100644
--- a/src/OtherCommands.hxx
+++ b/src/OtherCommands.hxx
@@ -22,8 +22,6 @@
#include "command.h"
-G_BEGIN_DECLS
-
enum command_return
handle_urlhandlers(struct client *client, int argc, char *argv[]);
@@ -66,6 +64,4 @@ handle_config(struct client *client, int argc, char *argv[]);
enum command_return
handle_idle(struct client *client, int argc, char *argv[]);
-G_END_DECLS
-
#endif