diff options
| author | Felix Perktold <Felix.Perktold@student.uibk.ac.at> | 2026-07-22 03:17:51 +0200 |
|---|---|---|
| committer | Felix Perktold <Felix.Perktold@student.uibk.ac.at> | 2026-07-22 03:17:51 +0200 |
| commit | 0d0f36ae5292c918042b843961d402056076b9a8 (patch) | |
| tree | 00288367287108a121a84f3f50d4808e44f2da8b /db_init.h | |
init
Diffstat (limited to 'db_init.h')
| -rw-r--r-- | db_init.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/db_init.h b/db_init.h new file mode 100644 index 0000000..ec96f4c --- /dev/null +++ b/db_init.h @@ -0,0 +1,8 @@ +#ifndef DB_INIT_H +#define DB_INIT_H +#include <sqlite3.h> + +sqlite3 *db_init(const char *path); +sqlite3 *db_open_worker(const char *path); + +#endif |
