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 9bc2fbfc4..bb0a278d8 100644 --- a/include/extern.h +++ b/include/extern.h @@ -128,6 +128,8 @@ E void do_sjoin(const char *source, int ac, char **av); E void do_topic(const char *source, int ac, char **av); E void do_mass_mode(char *modes); +E void restore_unsycned_topics(void); + #define whosends(ci) ((!(ci) || !((ci)->botflags & BS_SYMBIOSIS) || !(ci)->bi || !(ci)->c || (ci)->c->usercount < BSMinUsers) ? s_ChanServ : (ci)->bi->nick) /**** chanserv.c ****/ |