summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-10-04 08:51:24 +0200
committerdefault <nobody@localhost>2022-10-04 08:51:24 +0200
commit4bb40857b23a57c5be581a5f33591954e2298344 (patch)
tree476205329eec92ff7ded1af31cb0e75ec517fb75 /snac.h
parent417be716e5d448879c5ae16f2e9bb723a8916077 (diff)
New function initdb().
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/snac.h b/snac.h
index ccb5eac..d9b2e3b 100644
--- a/snac.h
+++ b/snac.h
@@ -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);