libidav/resource.h

changeset 605
bbc66c72661a
parent 587
3c917df041b8
child 609
dc3d70848c7c
equal deleted inserted replaced
604:c7bedb422d63 605:bbc66c72661a
40 40
41 struct DavResourceData { 41 struct DavResourceData {
42 UcxMap *properties; 42 UcxMap *properties;
43 UcxList *set; 43 UcxList *set;
44 UcxList *remove; 44 UcxList *remove;
45 UcxList *crypto_set;
46 UcxList *crypto_remove;
45 47
46 /* 48 /*
47 * properties encapsulated in a crypto-prop property or NULL 49 * properties encapsulated in a crypto-prop property or NULL
48 */ 50 */
49 UcxMap *crypto_properties; 51 UcxMap *crypto_properties;

mercurial