diff options
| author | default <nobody@localhost> | 2022-11-13 08:41:50 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2022-11-13 08:41:50 +0100 |
| commit | 73323a7fc0bf29b0409a34bafc728374fd58bb7a (patch) | |
| tree | 6db6b653e29d6e8e1fcf1b959926818e6b54a9d3 /snac.h | |
| parent | 88ea9b0839b2d2bf7ee40828a4f68ef3dc880246 (diff) | |
Some formatting refactoring.
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -135,7 +135,7 @@ int activitypub_post_handler(d_char *req, char *q_path, char *payload, int p_size, char **body, int *b_size, char **ctype); -d_char *not_really_markdown(char *content, d_char **f_content); +d_char *not_really_markdown(char *content); d_char *sanitize(d_char *str); int html_get_handler(d_char *req, char *q_path, char **body, int *b_size, char **ctype); |