]> jfr.im git - solanum.git/blobdiff - include/chmode.h
Allow the final parameter of MLOCK to be empty, to remove an existing mlock
[solanum.git] / include / chmode.h
index e3b386b9cc954714b60509c2a71a9ee1fa789c04..f30c9bf39a16f3848fe8e8e3c72ac96d147d74e7 100644 (file)
@@ -34,6 +34,8 @@
  */
 #define ERR_CUSTOM 1000
 
+extern int chmode_flags[256];
+
 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);
@@ -71,9 +73,9 @@ 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);
-extern void find_orphaned_cflags(void);
-extern unsigned int find_cflag_slot(void);
+extern unsigned int cflag_add(char c, ChannelModeFunc function);
+extern void cflag_orphan(char c);
+extern void construct_cflags_strings(void);
 extern char cflagsbuf[256];
 extern char cflagsmyinfo[256];