]> jfr.im git - solanum.git/blobdiff - include/s_user.h
add help for `chm_regmsg`
[solanum.git] / include / s_user.h
index e0f41aa30cfc53c0d0aeb4d4edc510118685ed8d..8e81f4a283b7d030d7676fd5980025a4cf428789 100644 (file)
@@ -51,6 +51,10 @@ extern int user_modes[256];
 extern unsigned int find_umode_slot(void);
 extern void construct_umodebuf(void);
 
+struct PrivilegeSet;
+extern void report_priv_change(struct Client *, struct PrivilegeSet *, struct PrivilegeSet *);
 extern void oper_up(struct Client *, struct oper_conf *);
 
 #endif
+
+extern bool has_common_channel(struct Client *source_p, struct Client *target_p);