]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/chmode.h
Applying dyn-cmodes.diff - first step in implementing channel module
[irc/rqf/shadowircd.git] / include / chmode.h
index e7ba08067ecf0357b0d0ec12e5d6b29ceb93821e..22421d55268e54811f23ef8d2a67027a504b3c0a 100644 (file)
@@ -62,4 +62,6 @@ extern void chm_voice(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 construct_noparam_modes(void);
+
 #endif