summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-10-04 18:19:38 +0200
committerdefault <nobody@localhost>2023-10-04 18:19:38 +0200
commitb1868d85bbd9a707c487c9d2e277c6c038478db6 (patch)
treeb6b7a1348b571dcbf2e5e8b6fca02d53ae92239e /snac.h
parent9e87652571127a10c8edbd220409b96be36eb3b8 (diff)
New function encode_html_strict().
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/snac.h b/snac.h
index 7cf3d7e..5bb5ecb 100644
--- a/snac.h
+++ b/snac.h
@@ -262,6 +262,7 @@ int activitypub_post_handler(const xs_dict *req, const char *q_path,
xs_str *not_really_markdown(const char *content, xs_list **attach);
xs_str *sanitize(const char *content);
+xs_str *encode_html_strict(const char *str);
xs_str *encode_html(const char *str);
xs_str *html_timeline(snac *user, const xs_list *list, int local, int skip, int show, int show_more);