diff options
| author | yuzu-eva <cafebabe@disroot.org> | 2025-04-17 18:14:25 +0200 |
|---|---|---|
| committer | yuzu-eva <cafebabe@disroot.org> | 2025-04-17 18:14:25 +0200 |
| commit | 2dc8e8e1e32242f8e8cacc226b04e5502b84d54c (patch) | |
| tree | a9340a3aa1c60b8ad72919e2b9fe1f0db73ba0eb /dbhandling.h | |
| parent | 5aa349d6229806ad78b083fed3997164bd3721ae (diff) | |
Diffstat (limited to 'dbhandling.h')
| -rw-r--r-- | dbhandling.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbhandling.h b/dbhandling.h index 042ad97..df93a0e 100644 --- a/dbhandling.h +++ b/dbhandling.h @@ -12,6 +12,6 @@ void exit_with_error(sqlite3 *db, const char *msg); void select_from_table(sqlite3 *db, args_e target, char *qp); void update_entry(sqlite3 *db, args_e target, char *qp, char *value, char *status); -void add_entry(sqlite3 *db, args_e target, char *name, char *value, char *status); +void add_entry(sqlite3 *db, args_e target, char *name, char *author, char *value, char *status); #endif |
