changed Makefile; build all commands as an own file
[NeonServV5.git] / cmd_neonserv_command.c
index 874816dd8b2dfed38787ec9b4f5c53146205ac03..0f34ea0463d316e697c0f82b82c41d0bf3a0f8b4 100644 (file)
@@ -1,11 +1,13 @@
 
+#include "cmd_neonserv.h"
+
 /*
 * argv[0-1]     command
 */
 static int neonserv_cmd_command_chanaccess(struct cmd_binding *cbind, struct ChanNode *chan);
 static int neonserv_cmd_command_operaccess(struct cmd_binding *cbind);
 
-static CMD_BIND(neonserv_cmd_command) {
+CMD_BIND(neonserv_cmd_command) {
     char *ident;
     MYSQL_RES *res;
     MYSQL_ROW row;