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