This commit is contained in:
simon987 2020-09-13 11:21:18 -04:00
parent b7df6cef7f
commit e118bba0f3

View File

@ -93,6 +93,7 @@ typedef struct meta_line {
};
} meta_line_t;
#define USER_UID_COUNT 64
typedef struct document {
unsigned char uuid[16];
@ -102,6 +103,7 @@ typedef struct document {
int mtime;
short base;
short ext;
uid_t users[USER_UID_COUNT];
meta_line_t *meta_head;
meta_line_t *meta_tail;
char *filepath;