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