From eba517019e989efd72c2c99cd1b28fb8b12917de Mon Sep 17 00:00:00 2001 From: Valery V Yatsko Date: Tue, 24 Jun 2008 22:08:24 +0400 Subject: [PATCH] Missed declaration of chm_orphaned --- include/chmode.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/chmode.h b/include/chmode.h index a36be65..5a46250 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);