summaryrefslogtreecommitdiff
path: root/dbhandling.h
diff options
context:
space:
mode:
Diffstat (limited to 'dbhandling.h')
-rw-r--r--dbhandling.h5
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;