changed Makefile; build all commands as an own file
[NeonServV5.git] / cmd_neonserv_oplog.c
index 0bf8689962a2eb61c44fa35423417b31f12aa391..a69c449651d0271205536ebc2eccf9f28504ee93 100644 (file)
@@ -1,10 +1,12 @@
 
+#include "cmd_neonserv.h"
+
 /*
 * argv[0]     time
 * argv[1-*]   match
 */
 
-static CMD_BIND(neonserv_cmd_oplog) {
+CMD_BIND(neonserv_cmd_oplog) {
     char *str_match;
     int duration = (argc ? strToTime(user, argv[0]) : 0);
     if(argc > (duration ? 1 : 0))