diff options
| author | 2022-11-28 15:49:56 +0100 | |
|---|---|---|
| committer | 2022-11-28 15:49:56 +0100 | |
| commit | f209c3205dccad85ad788cd3044dfe98580e4e19 (patch) | |
| tree | 847f5b5fa5383f8dd2ebebbfe4c0e197d1189b9d /xs_set.h | |
| parent | Backport from xs. (diff) | |
| download | penes-snac2-f209c3205dccad85ad788cd3044dfe98580e4e19.tar.gz penes-snac2-f209c3205dccad85ad788cd3044dfe98580e4e19.tar.xz penes-snac2-f209c3205dccad85ad788cd3044dfe98580e4e19.zip | |
Use xs_set in recipient_list() and inbox_list().
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 | ||