changed Makefile; build all commands as an own file
[NeonServV5.git] / modcmd.h
index 963851bfac6cdd73d10caa21e6cdaf5c29b33347..940ab32a6d021e4aac83c8fc07405e6c2e5adae0 100644 (file)
--- a/modcmd.h
+++ b/modcmd.h
@@ -67,5 +67,6 @@ struct ClientSocket *getTextBot();
 void bind_set_parameters(int botid, char *cmd, char *parameters);
 void bind_set_global_access(int botid, char *cmd, int gaccess);
 void bind_set_channel_access(int botid, char *cmd, char *chanaccess);
+struct cmd_binding *find_cmd_binding(int botid, char *cmd);
 
 #endif
\ No newline at end of file