diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -100,3 +100,5 @@ int activitypub_get_handler(d_char *req, char *q_path, | |||
| 100 | int activitypub_post_handler(d_char *req, char *q_path, | 100 | int activitypub_post_handler(d_char *req, char *q_path, |
| 101 | char *payload, int p_size, | 101 | char *payload, int p_size, |
| 102 | char **body, int *b_size, char **ctype); | 102 | char **body, int *b_size, char **ctype); |
| 103 | |||
| 104 | d_char *not_really_markdown(char *content, d_char **f_content); | ||