]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/supported.h
Added m_cycle and added it to all the appropriate locations.
[irc/rqf/shadowircd.git] / include / supported.h
index d92c9b1f30bc416458d02b848483d692d6704655..1ed7c0d42c97f9b88706f095ff9726dd768cb056 100644 (file)
@@ -36,6 +36,7 @@
 #define INCLUDED_supported_h
 
 extern void add_isupport(const char *, const char *(*)(const void *), const void *);
+extern const void *change_isupport(const char *, const char *(*)(const void *), const void *);
 extern void delete_isupport(const char *);
 extern void show_isupport(struct Client *);
 extern void init_isupport(void);