diff options
Diffstat (limited to 'storage.h')
| -rw-r--r-- | storage.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |
