X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/83b72f917ace47a86a0fdedfd9fe71b078a43ac1..b9da417b4e5c56fe63fd7cefccc0cd9b2fa4b4b8:/include/chmode.h diff --git a/include/chmode.h b/include/chmode.h index ae1345e2..54010dad 100644 --- a/include/chmode.h +++ b/include/chmode.h @@ -21,8 +21,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA - * - * $Id$ */ #ifndef INCLUDED_chmode_h @@ -48,6 +46,9 @@ extern void chm_simple(struct Client *source_p, struct Channel *chptr, extern void chm_ban(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_hidden(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_staff(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);