summaryrefslogtreecommitdiff
path: root/include/s_gline.h
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2012-11-04 15:37:10 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2012-11-04 15:37:10 +0000
commit90aeacbf12d63dcd628caed461bd744639603d76 (patch)
tree5eb5c2aa3fd576ac33d84d2911482a3f200c1bea /include/s_gline.h
parent8daa0e2a6fe61e95dc2dd145ebbdb2b05c097196 (diff)
- Initial rewrite of the configuration subsystem
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1632 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'include/s_gline.h')
-rw-r--r--include/s_gline.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/s_gline.h b/include/s_gline.h
index 1ecc9b2..2222b7d 100644
--- a/include/s_gline.h
+++ b/include/s_gline.h
@@ -30,10 +30,10 @@
#define GLINE_PENDING_DEL_TYPE 0
#define GLINE_PENDING_ADD_TYPE 1
-struct AccessItem;
+struct MaskItem;
extern void cleanup_glines(void *);
-extern struct AccessItem *find_is_glined(const char *, const char *);
+extern struct MaskItem *find_is_glined(const char *, const char *);
struct gline_pending
{