diff options
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h index 4f984f78e..c85e37d21 100644 --- a/include/modules.h +++ b/include/modules.h @@ -353,7 +353,6 @@ MDE int moduleAddEventHook(EvtHook * evh); MDE int moduleEventDelHook(const char *name); int delEventHook(EvtHookHash * HookEvtTable[], EvtHook * evh, char *mod_name); int destroyEventHook(EvtHook * evh); -extern char *mod_current_evtbuffer; MDE void moduleInsertLanguage(int langNumber, int ac, const char **av); MDE void moduleNoticeLang(char *source, User *u, int number, ...); |