aboutsummaryrefslogtreecommitdiff
path: root/storage.h
diff options
context:
space:
mode:
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