From e8615a56cf5e624f133ce9c185c45bcf0a84a374 Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 28 Jan 2014 17:31:43 +0000 Subject: - Added modules_get_list() and made modules_list visible to only modules.c - Fixed naming convetion of other linked lists in modules.c git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2960 82007160-df01-0410-b94d-b575c5fd34c7 --- include/modules.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/modules.h b/include/modules.h index 8d8df6b..856fb22 100644 --- a/include/modules.h +++ b/include/modules.h @@ -47,8 +47,8 @@ struct module_path char path[HYB_PATH_MAX + 1]; }; -extern dlink_list modules_list; +extern dlink_list *modules_get_list(void); /* add a path */ extern void mod_add_path(const char *); extern void mod_clear_paths(void); -- cgit