aboutsummaryrefslogtreecommitdiffstats
path: root/set.h
diff options
context:
space:
mode:
Diffstat (limited to 'set.h')
-rw-r--r--set.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/set.h b/set.h
index 32f7a0e6..05d737e4 100644
--- a/set.h
+++ b/set.h
@@ -26,6 +26,8 @@
#ifndef __SET_H__
#define __SET_H__
+struct set;
+
/* This used to be specific to irc_t structures, but it's more generic now
(so it can also be used for account_t structs). It's pretty simple, but
so far pretty useful.