diff options
Diffstat (limited to 'xs_set.h')
-rw-r--r-- | xs_set.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ typedef struct _xs_set { } xs_set; void xs_set_init(xs_set *s); +d_char *xs_set_result(xs_set *s); void xs_set_free(xs_set *s); int xs_set_add(xs_set *s, const char *data); |