]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/chmode.h
Add explicit support for being installed into a system triggered with --enable-fhs...
[irc/rqf/shadowircd.git] / include / chmode.h
index 82d8ecd5d4069196a791f1b4bf7aef36b056536a..915741f69b160deaff3eb685c4b7371fc56e9784 100644 (file)
@@ -66,9 +66,6 @@ extern void chm_key(struct Client *source_p, struct Channel *chptr,
 extern void chm_limit(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_regonly(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_admin(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);
@@ -85,7 +82,9 @@ extern void chm_voice(struct Client *source_p, struct Channel *chptr,
 extern unsigned int cflag_add(char c, ChannelModeFunc function);
 extern void cflag_orphan(char c);
 extern void construct_cflags_strings(void);
+extern void construct_cflag_param_string(void);
 extern char cflagsbuf[256];
 extern char cflagsmyinfo[256];
+extern char cflagsparaminfo[256];
 
 #endif