diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -135,8 +135,8 @@ int activitypub_post_handler(d_char *req, char *q_path, | |||
| 135 | char *payload, int p_size, | 135 | char *payload, int p_size, |
| 136 | char **body, int *b_size, char **ctype); | 136 | char **body, int *b_size, char **ctype); |
| 137 | 137 | ||
| 138 | d_char *not_really_markdown(char *content); | 138 | d_char *not_really_markdown(const char *content); |
| 139 | d_char *sanitize(d_char *str); | 139 | d_char *sanitize(const char *str); |
| 140 | 140 | ||
| 141 | int html_get_handler(d_char *req, char *q_path, char **body, int *b_size, char **ctype); | 141 | int html_get_handler(d_char *req, char *q_path, char **body, int *b_size, char **ctype); |
| 142 | int html_post_handler(d_char *req, char *q_path, d_char *payload, int p_size, | 142 | int html_post_handler(d_char *req, char *q_path, d_char *payload, int p_size, |