libidav/webdav.h

changeset 221
e22c29b7ee2f
parent 208
1fb26aca5093
child 225
a297c2e28fa1
equal deleted inserted replaced
220:f1b3873a6525 221:e22c29b7ee2f
41 extern "C" { 41 extern "C" {
42 #endif 42 #endif
43 43
44 typedef int DavBool; 44 typedef int DavBool;
45 #ifndef TRUE 45 #ifndef TRUE
46 #define TRUE 0 46 #define TRUE 1
47 #endif 47 #endif
48 #ifndef FALSE 48 #ifndef FALSE
49 #define FALSE 0 49 #define FALSE 0
50 #endif 50 #endif
51 51
52 typedef struct DavContext DavContext; 52 typedef struct DavContext DavContext;
53 typedef struct DavProxy DavProxy; 53 typedef struct DavProxy DavProxy;
54 typedef struct DavSession DavSession; 54 typedef struct DavSession DavSession;
55 typedef struct DavResource DavResource; 55 typedef struct DavResource DavResource;
56 typedef struct DavResult DavResult; 56 typedef struct DavResult DavResult;

mercurial