X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/7608ef493330f1504f7df0ba5e8da05ca96812f6..8479094d8fbb96bcb4d5c1fd38812213f9978c70:/include/chmode.h diff --git a/include/chmode.h b/include/chmode.h index e3b386b..a9c04a6 100644 --- a/include/chmode.h +++ b/include/chmode.h @@ -34,6 +34,8 @@ */ #define ERR_CUSTOM 1000 +extern int chmode_flags[256]; + extern void chm_nosuch(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);