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