X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/3b0e9fa20ed055db5d862caaff4cef4b3b58c0bc..853058531aa2387ce1e8ab77ec9b416e70c6bffa:/include/chmode.h?ds=sidebyside diff --git a/include/chmode.h b/include/chmode.h index 897c64f..9fd623c 100644 --- a/include/chmode.h +++ b/include/chmode.h @@ -69,7 +69,7 @@ extern void chm_limit(struct Client *source_p, struct Channel *chptr, extern void chm_regonly(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 chm_owner(struct Client *source_p, struct Channel *chptr, +extern void chm_admin(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 chm_op(struct Client *source_p, struct Channel *chptr,