diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -132,3 +132,5 @@ d_char *not_really_markdown(char *content, d_char **f_content); | |||
| 132 | int html_get_handler(d_char *req, char *q_path, char **body, int *b_size, char **ctype); | 132 | int html_get_handler(d_char *req, char *q_path, char **body, int *b_size, char **ctype); |
| 133 | int html_post_handler(d_char *req, char *q_path, d_char *payload, int p_size, | 133 | int html_post_handler(d_char *req, char *q_path, d_char *payload, int p_size, |
| 134 | char **body, int *b_size, char **ctype); | 134 | char **body, int *b_size, char **ctype); |
| 135 | |||
| 136 | int initdb(const char *_basedir); | ||