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