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 /main.c | |
parent | 417be716e5d448879c5ae16f2e9bb723a8916077 (diff) |
New function initdb().
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -71,6 +71,8 @@ int main(int argc, char *argv[]) /* ... */ basedir = GET_ARGV(); + initdb(basedir); + return 0; } |