summaryrefslogtreecommitdiff
path: root/xs_set.h
diff options
context:
space:
mode:
authorGravatar default2022-11-28 15:49:56 +0100
committerGravatar default2022-11-28 15:49:56 +0100
commitf209c3205dccad85ad788cd3044dfe98580e4e19 (patch)
tree847f5b5fa5383f8dd2ebebbfe4c0e197d1189b9d /xs_set.h
parentBackport from xs. (diff)
downloadsnac2-f209c3205dccad85ad788cd3044dfe98580e4e19.tar.gz
snac2-f209c3205dccad85ad788cd3044dfe98580e4e19.tar.xz
snac2-f209c3205dccad85ad788cd3044dfe98580e4e19.zip
Use xs_set in recipient_list() and inbox_list().
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