diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -373,6 +373,7 @@ int activitypub_post_handler(const xs_dict *req, const char *q_path, | |||
| 373 | char **body, int *b_size, char **ctype); | 373 | char **body, int *b_size, char **ctype); |
| 374 | 374 | ||
| 375 | xs_dict *emojis(void); | 375 | xs_dict *emojis(void); |
| 376 | xs_str *format_text_with_emoji(snac *user, const char *text, int ems, const char *proxy); | ||
| 376 | xs_str *not_really_markdown(const char *content, xs_list **attach, xs_list **tag); | 377 | xs_str *not_really_markdown(const char *content, xs_list **attach, xs_list **tag); |
| 377 | xs_str *sanitize(const char *content); | 378 | xs_str *sanitize(const char *content); |
| 378 | xs_str *encode_html(const char *str); | 379 | xs_str *encode_html(const char *str); |