]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/modules.h
Update help snomask with snomasks provided by extensions.
[irc/rqf/shadowircd.git] / include / modules.h
index 168a7ac26f9d164a710635670d644f8c4cc4d36e..8d812159bebb7e99db650ee62223bfb65bba29c4 100644 (file)
@@ -40,7 +40,6 @@
 #endif
 
 #include "msg.h"
-#include "memory.h"
 #include "hook.h"
 
 struct module
@@ -117,7 +116,6 @@ extern int unload_one_module(const char *, int);
 extern int load_one_module(const char *, int);
 extern int load_a_module(const char *, int, int);
 extern int findmodule_byname(const char *);
-extern char *irc_basename(const char *);
 extern void modules_init(void);
 
 #endif /* INCLUDED_modules_h */