changed Makefile; build all commands as an own file
[NeonServV5.git] / bot_NeonServ.h
index 8e33e2312da5eee05f3cc89a4ce181448599b66a..90bd696cfa43fddb7299f2a2a0dda8e4440369c3 100644 (file)
@@ -2,9 +2,15 @@
 #define _bot_NeonServ_h
 
 #include "main.h"
+#include "timeq.h"
+
+struct ChanNode;
 
 void init_NeonServ();
 void loop_NeonServ();
 void free_NeonServ();
 
+TIMEQ_CALLBACK(channel_ban_timeout);
+struct ClientSocket *getBotForChannel(struct ChanNode *chan);
+
 #endif
\ No newline at end of file