add: config loading

This commit is contained in:
Tobias Reisinger 2020-04-17 01:38:25 +02:00
parent 3cd6668f9c
commit 25ba0ff723
22 changed files with 5799 additions and 75 deletions

View file

@ -3,7 +3,7 @@
#include <stdio.h>
#include <lmdb.h>
#include <config.h>
#include <constants.h>
void
database_setup(MDB_env **mdb_env)