X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/9b8e9eb32116eb171a951fbbe93c53f1047c9a34..6a0074bfaa195daa621ec6348f2abc2720e65ab0:/include/s_user.h diff --git a/include/s_user.h b/include/s_user.h index e0f41aa3..8e81f4a2 100644 --- a/include/s_user.h +++ b/include/s_user.h @@ -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);