X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/cc200171d7c40be3b204460f9c14d5d37e771866..dab6375a1ee20c724bf93dda872245567b11d733:/include/modules.h diff --git a/include/modules.h b/include/modules.h index d61061a..68a3768 100644 --- a/include/modules.h +++ b/include/modules.h @@ -21,7 +21,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA * - * $Id: modules.h 6 2005-09-10 01:02:21Z nenolod $ */ #ifndef INCLUDED_modules_h @@ -116,7 +115,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 */