aboutsummaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-08-07 22:26:14 +0200
committerMax Kellermann <max@duempel.org>2012-08-07 22:26:14 +0200
commita64a2a65a9ee5756171a279a9f294f8e4731b330 (patch)
tree48707c89d8ff63bb4dc2e652d69b3ad04a6536e0 /src/command.h
parent1a75abffa531d67f3c76f8cdc0423623d1324a95 (diff)
command: move print_error() to CommandError.cxx
Prepare for splitting command.c.
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/command.h b/src/command.h
index e2e0cbe8..2dfc1175 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