A draft version of find_cmode_slot and orphaned concept for channel

flags
This commit is contained in:
Valery V Yatsko 2008-06-24 21:26:49 +04:00
parent c97bd06789
commit 46d59e1138
2 changed files with 55 additions and 0 deletions

View file

@ -63,5 +63,7 @@ extern void chm_voice(struct Client *source_p, struct Channel *chptr,
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);
#endif