diff options
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -111,3 +111,6 @@ int activitypub_post_handler(d_char *req, char *q_path, char **body, int *b_size, char **ctype); d_char *not_really_markdown(char *content, d_char **f_content); +int html_get_handler(d_char *req, char *q_path, char **body, int *b_size, char **ctype); +int html_post_handler(d_char *req, char *q_path, d_char *payload, int p_size, + char **body, int *b_size, char **ctype); |