summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authorGravatar default2023-05-21 20:11:06 +0200
committerGravatar default2023-05-21 20:11:06 +0200
commit63053ab5dbca8b8c1424d335f20c3af85e4a1fbb (patch)
tree4c3bad47db7bafd7ce84a278668e9afa41677a49 /snac.h
parentMore image tweaks. (diff)
downloadsnac2-63053ab5dbca8b8c1424d335f20c3af85e4a1fbb.tar.gz
snac2-63053ab5dbca8b8c1424d335f20c3af85e4a1fbb.tar.xz
snac2-63053ab5dbca8b8c1424d335f20c3af85e4a1fbb.zip
Minor prototype change.
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/snac.h b/snac.h
index b06f786..5ee86b4 100644
--- a/snac.h
+++ b/snac.h
@@ -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
231d_char *not_really_markdown(const char *content); 231xs_str *not_really_markdown(const char *content);
232d_char *sanitize(const char *str); 232xs_str *sanitize(const char *content);
233 233
234int html_get_handler(const xs_dict *req, const char *q_path, 234int 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);