]> jfr.im git - irc/quakenet/newserv.git/blobdiff - helpmod2/huser.h
rework of build stage 2:
[irc/quakenet/newserv.git] / helpmod2 / huser.h
index f5444b04afee3457bbdb16a1568925f74644ead8..d11d13b54374303181fea69c2855941609410e7c 100644 (file)
@@ -4,13 +4,10 @@
 
 #include <time.h>
 
-#include "../lib/sstring.h"
-#include "../nick/nick.h"
-#include "../channel/channel.h"
-
 #include "hchannel.h"
 #include "haccount.h"
 
+#include "hed.h"
 #include "helpmod_entries.h"
 
 #define H_USRFLAGS_DEFAULT 0
@@ -36,6 +33,8 @@ typedef struct huser_struct
     int lc[5];
     /* end lamer control */
 
+    helpmod_editor *editor;
+
     struct huser_channel_struct *hchannels;
 
     struct huser_struct *next;