Missed declaration of chm_orphaned

This commit is contained in:
Valery V Yatsko 2008-06-24 22:08:24 +04:00
parent 058aa02c4a
commit eba517019e
1 changed files with 3 additions and 0 deletions

View File

@ -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);