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 { | |||
| 12 | } xs_set; | 12 | } xs_set; |
| 13 | 13 | ||
| 14 | void xs_set_init(xs_set *s); | 14 | void xs_set_init(xs_set *s); |
| 15 | d_char *xs_set_result(xs_set *s); | ||
| 15 | void xs_set_free(xs_set *s); | 16 | void xs_set_free(xs_set *s); |
| 16 | int xs_set_add(xs_set *s, const char *data); | 17 | int xs_set_add(xs_set *s, const char *data); |
| 17 | 18 | ||