aboutsummaryrefslogtreecommitdiffstats
path: root/src/DatabaseCommands.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/DatabaseCommands.hxx')
-rw-r--r--src/DatabaseCommands.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/DatabaseCommands.hxx b/src/DatabaseCommands.hxx
index 24ff71329..2b93faf4a 100644
--- a/src/DatabaseCommands.hxx
+++ b/src/DatabaseCommands.hxx
@@ -22,8 +22,6 @@
#include "command.h"
-G_BEGIN_DECLS
-
enum command_return
handle_lsinfo2(struct client *client, int argc, char *argv[]);
@@ -54,6 +52,4 @@ handle_list(struct client *client, int argc, char *argv[]);
enum command_return
handle_listallinfo(struct client *client, int argc, char *argv[]);
-G_END_DECLS
-
#endif