]> jfr.im git - solanum.git/blobdiff - include/s_user.h
um_callerid: Only people can have common channels
[solanum.git] / include / s_user.h
index d50c44d1d3d779373779c3f1f192078a733e5c03..8e81f4a283b7d030d7676fd5980025a4cf428789 100644 (file)
@@ -25,7 +25,7 @@
 #ifndef INCLUDED_s_user_h
 #define INCLUDED_s_user_h
 
-#include "config.h"
+#include "defaults.h"
 
 struct Client;
 struct User;
@@ -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);