diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -262,6 +262,7 @@ int activitypub_post_handler(const xs_dict *req, const char *q_path, | |||
| 262 | 262 | ||
| 263 | xs_str *not_really_markdown(const char *content, xs_list **attach); | 263 | xs_str *not_really_markdown(const char *content, xs_list **attach); |
| 264 | xs_str *sanitize(const char *content); | 264 | xs_str *sanitize(const char *content); |
| 265 | xs_str *encode_html_strict(const char *str); | ||
| 265 | xs_str *encode_html(const char *str); | 266 | xs_str *encode_html(const char *str); |
| 266 | 267 | ||
| 267 | xs_str *html_timeline(snac *user, const xs_list *list, int local, int skip, int show, int show_more); | 268 | xs_str *html_timeline(snac *user, const xs_list *list, int local, int skip, int show, int show_more); |