aboutsummaryrefslogtreecommitdiffstats
path: root/set.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-01-21 23:08:56 +0100
committerJelmer Vernooij <jelmer@samba.org>2007-01-21 23:08:56 +0100
commit7738014d6a9ad81806ddb4e06092791dbd10b616 (patch)
tree403e090e57036631a4e30d0fa2e44a052bfc7533 /set.h
parent8c073a6e77edd56bc3d58d6b4af2a40f005aacad (diff)
Add tests for set
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.