diff options
| author | yuzu-eva <cafebabe@disroot.org> | 2025-05-02 20:54:23 +0200 |
|---|---|---|
| committer | yuzu-eva <cafebabe@disroot.org> | 2025-05-02 20:54:23 +0200 |
| commit | 3731ed237f1c983000f07ad585e82f603db69ccd (patch) | |
| tree | 4cbba62777b2ffdf17d539bad76b7496c880dee5 /dbhandling.h | |
| parent | 29410e3943e3e0da6279708d19b4459578b49f5d (diff) | |
fixed broken queries
Diffstat (limited to 'dbhandling.h')
| -rw-r--r-- | dbhandling.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dbhandling.h b/dbhandling.h index e9b28d2..fd21579 100644 --- a/dbhandling.h +++ b/dbhandling.h @@ -9,6 +9,11 @@ #include "enum.h" +#define MAX_NAME_LEN 128 +#define MAX_AUTHOR_LEN 64 +#define MAX_VALUE_LEN 16 +#define MAX_STATUS_LEN 16 + typedef struct { char *name; char *author; |
