diff options
| author | yuzu-eva <cafebabe@disroot.org> | 2025-04-11 17:18:52 +0200 |
|---|---|---|
| committer | yuzu-eva <cafebabe@disroot.org> | 2025-04-11 17:18:52 +0200 |
| commit | a56994fbaea532e2d2314aeeb917c30031c29f08 (patch) | |
| tree | ab3bd10b0da575e3c1631a973a12b7548ec079b5 /src/dbhandling.h | |
| parent | 041f7e889909bc9bc23f54c7ff8521e2dfe82183 (diff) | |
re-organized project structure (no src folder)
Diffstat (limited to 'src/dbhandling.h')
| -rw-r--r-- | src/dbhandling.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/dbhandling.h b/src/dbhandling.h deleted file mode 100644 index 4f09852..0000000 --- a/src/dbhandling.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef _DBHANDLING_ -#define _DBHANDLING_ - -#include <stdio.h> -#include <stdlib.h> -#include <string.h> -#include <unistd.h> -#include <sqlite3.h> - -void exit_with_error(sqlite3 *db, const char *msg); -void select_from_table(sqlite3 *db, char *tblName, char *qp); -void update_entry(sqlite3 *db, char *tblName, char *qp, char *value, char *status); -void add_entry(sqlite3 *db, char *tblName, char *name, char *value, char *status); - -#endif |
