diff options
| author | 2023-05-21 20:11:06 +0200 | |
|---|---|---|
| committer | 2023-05-21 20:11:06 +0200 | |
| commit | 63053ab5dbca8b8c1424d335f20c3af85e4a1fbb (patch) | |
| tree | 4c3bad47db7bafd7ce84a278668e9afa41677a49 /snac.h | |
| parent | More image tweaks. (diff) | |
| download | snac2-63053ab5dbca8b8c1424d335f20c3af85e4a1fbb.tar.gz snac2-63053ab5dbca8b8c1424d335f20c3af85e4a1fbb.tar.xz snac2-63053ab5dbca8b8c1424d335f20c3af85e4a1fbb.zip | |
Minor prototype change.
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); |