summaryrefslogtreecommitdiff
path: root/include/s_gline.h
diff options
context:
space:
mode:
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 */