summaryrefslogtreecommitdiff
path: root/include/extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/extern.h')
-rw-r--r--include/extern.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/extern.h b/include/extern.h
index 43069f7e8..5e1229440 100644
--- a/include/extern.h
+++ b/include/extern.h
@@ -582,7 +582,8 @@ E void set_lastmask(User * u);
/**** init.c ****/
E void introduce_user(const char *user);
-E int init(int ac, char **av);
+E int init_primary(int ac, char **av);
+E int init_secondary(int ac, char **av);
E int servernum;
/**** ircd.c ****/
@@ -1153,6 +1154,8 @@ E void notice(char *source, char *dest, const char *fmt, ...);
/******************************************************************************/
+E int anope_set_mod_current_buffer(int ac, char **av);
+
E void anope_cmd_211(const char *fmt, ...); /* 211 */
E void anope_cmd_219(char *source, char *who); /* 219 */
E void anope_cmd_242(const char *fmt, ...); /* 242 */