X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/193b0481137d119383a308d10cbb7bb0b21ee505..75818939ab299b595e847692904a41055178f69f:/include/chmode.h diff --git a/include/chmode.h b/include/chmode.h index e7ba080..22421d5 100644 --- a/include/chmode.h +++ b/include/chmode.h @@ -62,4 +62,6 @@ extern void chm_voice(struct Client *source_p, struct Channel *chptr, int alevel, int parc, int *parn, const char **parv, int *errors, int dir, char c, long mode_type); +extern void construct_noparam_modes(void); + #endif