X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/238a9ed590ea50b0e09f1390f6bc2551be1563ab..8f0c3422e75189b7f39a7555ded278ab6027707b:/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);