diff options
author | default <nobody@localhost> | 2023-05-21 20:11:06 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-05-21 20:11:06 +0200 |
commit | 63053ab5dbca8b8c1424d335f20c3af85e4a1fbb (patch) | |
tree | 4c3bad47db7bafd7ce84a278668e9afa41677a49 /snac.h | |
parent | d055b63a0d8c40666d5c351cfaedfaaca49871ce (diff) |
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, char *payload, int p_size, char **body, int *b_size, char **ctype); -d_char *not_really_markdown(const char *content); -d_char *sanitize(const char *str); +xs_str *not_really_markdown(const char *content); +xs_str *sanitize(const char *content); int html_get_handler(const xs_dict *req, const char *q_path, char **body, int *b_size, char **ctype); |