diff options
author | default <nobody@localhost> | 2022-10-04 08:51:24 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-10-04 08:51:24 +0200 |
commit | 4bb40857b23a57c5be581a5f33591954e2298344 (patch) | |
tree | 476205329eec92ff7ded1af31cb0e75ec517fb75 /snac.h | |
parent | 417be716e5d448879c5ae16f2e9bb723a8916077 (diff) |
New function initdb().
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); 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); + +int initdb(const char *_basedir); |