libidav/webdav.h

changeset 238
b167226fb804
parent 228
c0175372c35d
child 298
755b8198b071
equal deleted inserted replaced
237:fd9135bc7580 238:b167226fb804
76 DAV_COULDNT_RESOLVE_HOST, 76 DAV_COULDNT_RESOLVE_HOST,
77 DAV_COULDNT_CONNECT, 77 DAV_COULDNT_CONNECT,
78 DAV_TIMEOUT, 78 DAV_TIMEOUT,
79 DAV_SSL_ERROR, 79 DAV_SSL_ERROR,
80 DAV_QL_ERROR, 80 DAV_QL_ERROR,
81 DAV_CONTENT_VERIFICATION_ERROR 81 DAV_CONTENT_VERIFICATION_ERROR,
82 DAV_REQUEST_ENTITY_TOO_LARGE,
83 DAV_REQUEST_URL_TOO_LONG,
84 DAV_PROXY_AUTH_REQUIRED,
85 DAV_NET_AUTH_REQUIRED
82 }; 86 };
83 87
84 typedef enum DavError DavError; 88 typedef enum DavError DavError;
85 89
86 #define DAV_SESSION_ENCRYPT_CONTENT 0x0001 90 #define DAV_SESSION_ENCRYPT_CONTENT 0x0001

mercurial