summaryrefslogtreecommitdiff
path: root/include/s_gline.h
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-03-31 17:09:50 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-03-31 17:09:50 +0000
commit5877ca8edd17a6cdc160301e9a3dd22761bf37bb (patch)
tree56c5cb762f7b37a3dfc570da27897a94ee75a52a /include/s_gline.h
parent36fa492d04c568bd6ff8bb3ece56c4df56d77694 (diff)
- Cleanup/reorganize header file layout
- Fixed naming convention in some places git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1798 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'include/s_gline.h')
-rw-r--r--include/s_gline.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/s_gline.h b/include/s_gline.h
index 2222b7d..677d7b2 100644
--- a/include/s_gline.h
+++ b/include/s_gline.h
@@ -30,6 +30,8 @@
#define GLINE_PENDING_DEL_TYPE 0
#define GLINE_PENDING_ADD_TYPE 1
+#define CLEANUP_GLINES_TIME 300
+
struct MaskItem;
extern void cleanup_glines(void *);
@@ -53,8 +55,5 @@ struct gline_pending
char host[HOSTLEN * 2 + 2];
};
-
-#define CLEANUP_GLINES_TIME 300
-
extern dlink_list pending_glines[];
#endif /* INCLUDED_s_gline_h */