diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -412,6 +412,7 @@ int activitypub_post_handler(const xs_dict *req, const char *q_path, | |||
| 412 | char **body, int *b_size, char **ctype); | 412 | char **body, int *b_size, char **ctype); |
| 413 | 413 | ||
| 414 | xs_dict *emojis(void); | 414 | xs_dict *emojis(void); |
| 415 | xs_dict *emojis_rm_categories(void); | ||
| 415 | xs_str *format_text_with_emoji(snac *user, const char *text, int ems, const char *proxy); | 416 | xs_str *format_text_with_emoji(snac *user, const char *text, int ems, const char *proxy); |
| 416 | xs_str *not_really_markdown(const char *content, xs_list **attach, xs_list **tag); | 417 | xs_str *not_really_markdown(const char *content, xs_list **attach, xs_list **tag); |
| 417 | xs_str *sanitize(const char *content); | 418 | xs_str *sanitize(const char *content); |