summaryrefslogtreecommitdiff
path: root/include/resv.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/resv.h')
-rw-r--r--include/resv.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/resv.h b/include/resv.h
index 8d4a6a0..0d472b1 100644
--- a/include/resv.h
+++ b/include/resv.h
@@ -25,9 +25,6 @@
#ifndef INCLUDED_resv_h
#define INCLUDED_resv_h
-extern dlink_list nresv_items;
-extern dlink_list resv_channel_list;
-
extern struct MaskItem *create_resv(const char *, const char *, const dlink_list *);
extern int resv_find_exempt(const struct Client *, const struct MaskItem *);
extern struct MaskItem *match_find_resv(const char *);