dav/db.h

changeset 522
46f96dcd6eab
parent 521
c5bbae4b3cca
child 523
923a4528a2ae
equal deleted inserted replaced
521:c5bbae4b3cca 522:46f96dcd6eab
39 39
40 #ifdef __cplusplus 40 #ifdef __cplusplus
41 extern "C" { 41 extern "C" {
42 #endif 42 #endif
43 43
44 #define DB_STORE_MODE 1 44 #define DB_STORE_MODE 1
45 #define DB_STORE_USER 2 45 #define DB_STORE_OWNER 2
46 46
47 typedef struct LocalResource LocalResource; 47 typedef struct LocalResource LocalResource;
48 typedef struct SyncDatabase SyncDatabase; 48 typedef struct SyncDatabase SyncDatabase;
49 49
50 struct LocalResource { 50 struct LocalResource {

mercurial