summaryrefslogtreecommitdiff
path: root/xs_set.h
diff options
context:
space:
mode:
Diffstat (limited to 'xs_set.h')
-rw-r--r--xs_set.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs_set.h b/xs_set.h
index c983ce6..7d7a762 100644
--- a/xs_set.h
+++ b/xs_set.h
@@ -8,7 +8,7 @@ typedef struct _xs_set {
8 int elems; /* number of hash entries */ 8 int elems; /* number of hash entries */
9 int used; /* number of used hash entries */ 9 int used; /* number of used hash entries */
10 d_char *list; /* list of stored data */ 10 d_char *list; /* list of stored data */
11 int hash[0]; /* hashed offsets */ 11 int hash[]; /* hashed offsets */
12} xs_set; 12} xs_set;
13 13
14xs_set *xs_set_new(int elems); 14xs_set *xs_set_new(int elems);