X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/0d3fb5c99c432e752a363960ff14ebe727519065..f4db473ce839b948636097405f9421e3f9fa8d43:/extensions/chm_operonly_compat.c diff --git a/extensions/chm_operonly_compat.c b/extensions/chm_operonly_compat.c index f30104e..73fe269 100644 --- a/extensions/chm_operonly_compat.c +++ b/extensions/chm_operonly_compat.c @@ -7,18 +7,7 @@ #include "client.h" #include "hook.h" #include "ircd.h" - -/* XXX prototypes */ -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); -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); -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); -/* end yucky prototypes */ +#include "chmode.h" static int _modinit(void); static void _moddeinit(void);