diff options
Diffstat (limited to 'src/command.h')
-rw-r--r-- | src/command.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/command.h b/src/command.h index e2e0cbe82..2dfc11758 100644 --- a/src/command.h +++ b/src/command.h @@ -33,6 +33,8 @@ enum command_return { struct client; +G_BEGIN_DECLS + void command_init(void); void command_finish(void); @@ -42,4 +44,6 @@ command_process(struct client *client, unsigned num, char *line); void command_success(struct client *client); +G_END_DECLS + #endif |