summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/snac.h b/snac.h
index 5ee86b4..441fa7e 100644
--- a/snac.h
+++ b/snac.h
@@ -228,7 +228,7 @@ 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
231xs_str *not_really_markdown(const char *content); 231xs_str *not_really_markdown(const char *content, xs_list **attach);
232xs_str *sanitize(const char *content); 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,