mirror of
https://github.com/simon987/libscan.git
synced 2025-04-05 12:23:00 +00:00
wip
This commit is contained in:
parent
33f5fb8e2c
commit
6348a0d6d0
@ -93,6 +93,7 @@ typedef struct meta_line {
|
|||||||
};
|
};
|
||||||
} meta_line_t;
|
} meta_line_t;
|
||||||
|
|
||||||
|
#define USER_UID_COUNT 64
|
||||||
|
|
||||||
typedef struct document {
|
typedef struct document {
|
||||||
unsigned char uuid[16];
|
unsigned char uuid[16];
|
||||||
@ -102,6 +103,7 @@ typedef struct document {
|
|||||||
int mtime;
|
int mtime;
|
||||||
short base;
|
short base;
|
||||||
short ext;
|
short ext;
|
||||||
|
uid_t users[USER_UID_COUNT];
|
||||||
meta_line_t *meta_head;
|
meta_line_t *meta_head;
|
||||||
meta_line_t *meta_tail;
|
meta_line_t *meta_tail;
|
||||||
char *filepath;
|
char *filepath;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user