libidav/webdav.h

changeset 560
a816e805e5db
parent 555
c9ada14ee90e
child 587
3c917df041b8
equal deleted inserted replaced
559:ba54fc8abdf1 560:a816e805e5db
39 39
40 #ifdef __cplusplus 40 #ifdef __cplusplus
41 extern "C" { 41 extern "C" {
42 #endif 42 #endif
43 43
44 typedef int DavBool; 44 typedef char DavBool;
45 #ifndef TRUE 45 #ifndef TRUE
46 #define TRUE 1 46 #define TRUE 1
47 #endif 47 #endif
48 #ifndef FALSE 48 #ifndef FALSE
49 #define FALSE 0 49 #define FALSE 0

mercurial