X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/212380e3f42f585dc1ea927402252eb943f91f7b..24170ac312f9e042993a5377ed82769f4ae74e55:/include/modules.h diff --git a/include/modules.h b/include/modules.h index 168a7ac..8d81215 100644 --- a/include/modules.h +++ b/include/modules.h @@ -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 */