diff options
author | default <nobody@localhost> | 2022-11-28 15:49:56 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2022-11-28 15:49:56 +0100 |
commit | f209c3205dccad85ad788cd3044dfe98580e4e19 (patch) | |
tree | 847f5b5fa5383f8dd2ebebbfe4c0e197d1189b9d /xs_set.h | |
parent | 3699b61f08848f071de9b52386cd82bb9dd822d6 (diff) |
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 { } 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); |