diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -228,8 +228,8 @@ int activitypub_post_handler(const xs_dict *req, const char *q_path, | |||
| 228 | char *payload, int p_size, | 228 | char *payload, int p_size, |
| 229 | char **body, int *b_size, char **ctype); | 229 | char **body, int *b_size, char **ctype); |
| 230 | 230 | ||
| 231 | d_char *not_really_markdown(const char *content); | 231 | xs_str *not_really_markdown(const char *content); |
| 232 | d_char *sanitize(const char *str); | 232 | xs_str *sanitize(const char *content); |
| 233 | 233 | ||
| 234 | int html_get_handler(const xs_dict *req, const char *q_path, | 234 | int html_get_handler(const xs_dict *req, const char *q_path, |
| 235 | char **body, int *b_size, char **ctype); | 235 | char **body, int *b_size, char **ctype); |