]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/monitor.h
Branch Merge
[irc/rqf/shadowircd.git] / include / monitor.h
index 56974e071a16ec9ee6547c13667b5c3680df93e7..102fe7e9dd87c127a9b850944c0c70e2cc2b1f27 100644 (file)
@@ -10,7 +10,7 @@
 #ifndef INCLUDED_monitor_h
 #define INCLUDED_monitor_h
 
-struct BlockHeap;
+struct rb_bh;
 
 struct monitor
 {
@@ -19,15 +19,16 @@ struct monitor
        rb_dlink_list users;
 };
 
-extern struct monitor *monitorTable[];\r
-\r
-#define MONITOR_HASH_BITS 16\r
+extern struct monitor *monitorTable[];
+
+#define MONITOR_HASH_BITS 16
 #define MONITOR_HASH_SIZE (1<<MONITOR_HASH_BITS)
 
 void free_monitor(struct monitor *);
 
 void init_monitor(void);
 struct monitor *find_monitor(const char *name, int add);
+void clear_monitor(struct Client *);
 
 void monitor_signon(struct Client *);
 void monitor_signoff(struct Client *);