summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
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);