aboutsummaryrefslogtreecommitdiff
path: root/storage.h
diff options
context:
space:
mode:
author=2022-05-05 15:23:47 +0200
committer=2022-05-05 15:23:47 +0200
commit6afe3cc8ec6c009a43950bdbe138cbc2d7a88a4d (patch)
tree7c2854537fc1bdf5f5aa8e861cf676204d773967 /storage.h
parent2b1838ecf30fd91575a71b877965ed3363356138 (diff)
downloadsoikk-DB-6afe3cc8ec6c009a43950bdbe138cbc2d7a88a4d.tar.xz
soikk-DB-6afe3cc8ec6c009a43950bdbe138cbc2d7a88a4d.tar.zst
Quality of life changes
Diffstat (limited to 'storage.h')
-rw-r--r--storage.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/storage.h b/storage.h
index b37bdb8..9689a56 100644
--- a/storage.h
+++ b/storage.h
@@ -10,7 +10,9 @@
typedef struct{
char path[MAXPATH];
char tags[MAXTAGS];
- int numTags;
+ uint16_t numTags;
+ uint16_t lentags;
+
} row;
@@ -26,4 +28,4 @@ void insertTag(row *r, char *tag);
void removeTag(row *r, char *tag);
-#endif \ No newline at end of file
+#endif