]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - extensions/chm_operonly_compat.c
Example configuration: Set the default TLS port to 6697.
[irc/rqf/shadowircd.git] / extensions / chm_operonly_compat.c
index f30104eb70ec72fd72cf23ea0949a1a42f283ea7..73fe2690991bf1075fc01b674f43ca28f8f41646 100644 (file)
@@ -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);