Replace privilege-controlling Feature settings with
[ircu2.10.12-pk.git] / include / class.h
index 374c21b5886431c781320b63c313b7b1af6add95..e5d0b54bdf2396015f7a6b9df67988fb7c736da6 100644 (file)
@@ -26,7 +26,8 @@
 #define INCLUDED_sys_types_h
 #endif
 
-struct Client;
+#include "client.h"
+
 struct ConfItem;
 struct StatDesc;
 
@@ -37,6 +38,8 @@ struct ConnectionClass {
   struct ConnectionClass* next;
   char                    *cc_name;
   char                    *default_umode;
+  struct Privs            privs;
+  struct Privs            privs_dirty;
   unsigned int            max_sendq;
   short                   ping_freq;
   short                   conn_freq;