changed Makefile; build all commands as an own file
[NeonServV5.git] / cmd_neonserv_csuspend.c
index d90ac64ee48299af4540cf0cac2ca70b3b102316..23b238167a35bf9faef5a428ec078ec0583ff865 100644 (file)
@@ -1,8 +1,10 @@
 
+#include "cmd_neonserv.h"
+
 /*
 * argv[0] - channel
 */
-static CMD_BIND(neonserv_cmd_csuspend) {
+CMD_BIND(neonserv_cmd_csuspend) {
     MYSQL_RES *res;
     MYSQL_ROW row;
     char *channel = argv[0];