diff options
Diffstat (limited to 'src/OutputCommands.hxx')
-rw-r--r-- | src/OutputCommands.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/OutputCommands.hxx b/src/OutputCommands.hxx index e0d28c975..1dc4c5ee6 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 |