diff options
Diffstat (limited to 'include/extern.h')
-rw-r--r-- | include/extern.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/extern.h b/include/extern.h index 3dff3dea0..fdfd09d4b 100644 --- a/include/extern.h +++ b/include/extern.h @@ -833,6 +833,8 @@ E void do_squit(const char *source, int ac, char **av); E void capab_parse(int ac, char **av); E int anope_check_sync(const char *name); +E void finish_sync(Server *serv, int sync_links); + /**** sessions.c ****/ E Exception *exceptions; |