]> jfr.im git - irc/quakenet/newserv.git/blobdiff - helpmod2/hban.h
CHANSERV: remove E type escapes
[irc/quakenet/newserv.git] / helpmod2 / hban.h
index 0822d05394bcf725306467ae87b749aa5b596238..ea16437728442e91e2dc46c7852b639a65f6e58d 100644 (file)
@@ -4,11 +4,12 @@
 #include <time.h>
 
 #include "../channel/channel.h"
-
 #include "../nick/nick.h"
-
 #include "../lib/sstring.h"
 
+/* Forward declarations */
+struct huser_struct;
+
 typedef struct hban_struct
 {
     chanban *real_ban;
@@ -34,7 +35,7 @@ hban *hban_get(const char*);
 
 int hban_count(void);
 /* the first parameter is huser* */
-hban *hban_huser(void*, const char*, time_t, int);
+hban *hban_huser(struct huser_struct*, const char*, time_t, int);
 
 hban *hban_check(nick*);