summaryrefslogtreecommitdiff
path: root/xs_set.h
diff options
context:
space:
mode:
Diffstat (limited to 'xs_set.h')
-rw-r--r--xs_set.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xs_set.h b/xs_set.h
index 5e26abb..f97eb20 100644
--- a/xs_set.h
+++ b/xs_set.h
@@ -12,6 +12,7 @@ typedef struct _xs_set {
12} xs_set; 12} xs_set;
13 13
14void xs_set_init(xs_set *s); 14void xs_set_init(xs_set *s);
15d_char *xs_set_result(xs_set *s);
15void xs_set_free(xs_set *s); 16void xs_set_free(xs_set *s);
16int xs_set_add(xs_set *s, const char *data); 17int xs_set_add(xs_set *s, const char *data);
17 18