From f209c3205dccad85ad788cd3044dfe98580e4e19 Mon Sep 17 00:00:00 2001 From: default Date: Mon, 28 Nov 2022 15:49:56 +0100 Subject: Use xs_set in recipient_list() and inbox_list(). --- xs_set.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xs_set.h') 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); -- cgit