X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/b5482c91035029ff8b7c970d8f5b23dcbb885da3..d9af2dddd3d2361238a2a4f4480396e27953c583:/include/chmode.h diff --git a/include/chmode.h b/include/chmode.h index e7ba080..94f7ea7 100644 --- a/include/chmode.h +++ b/include/chmode.h @@ -31,6 +31,9 @@ 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); +extern void chm_orphaned(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_simple(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); @@ -62,4 +65,10 @@ 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); +extern void find_orphaned_cflags(void); +extern unsigned int find_cflag_slot(void); +extern char cflagsbuf[256]; +extern char cflagsmyinfo[256]; + #endif