changed Makefile; build all commands as an own file
[NeonServV5.git] / cmd_neonserv_resync.c
index 888ff3d1dd7fa2ad2008d67a3ba259f117d2453b..c9d4bba40d11c86e57f660b096715f63435f6154 100644 (file)
@@ -1,4 +1,6 @@
 
+#include "cmd_neonserv.h"
+
 /*
 * argv[0] - usermask
 * argv[1] - min access
@@ -15,7 +17,7 @@ struct neonserv_cmd_resync_cache {
     int max_access;
 };
 
-static CMD_BIND(neonserv_cmd_resync) {
+CMD_BIND(neonserv_cmd_resync) {
     int min_access = 0, max_access = 500;
     char *usermask = NULL;
     if(argc > 0)