summaryrefslogtreecommitdiff
path: root/xs_set.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-11-28 15:49:56 +0100
committerdefault <nobody@localhost>2022-11-28 15:49:56 +0100
commitf209c3205dccad85ad788cd3044dfe98580e4e19 (patch)
tree847f5b5fa5383f8dd2ebebbfe4c0e197d1189b9d /xs_set.h
parent3699b61f08848f071de9b52386cd82bb9dd822d6 (diff)
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 {
} 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);