diff options
Diffstat (limited to 'src/MessageCommands.hxx')
-rw-r--r-- | src/MessageCommands.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/MessageCommands.hxx b/src/MessageCommands.hxx index 4fc10bf24..111c06ff7 100644 --- a/src/MessageCommands.hxx +++ b/src/MessageCommands.hxx @@ -22,8 +22,6 @@ #include "command.h" -G_BEGIN_DECLS - enum command_return handle_subscribe(struct client *client, int argc, char *argv[]); @@ -39,6 +37,4 @@ handle_read_messages(struct client *client, int argc, char *argv[]); enum command_return handle_send_message(struct client *client, int argc, char *argv[]); -G_END_DECLS - #endif |