comparison: libidav/xml.c
libidav/xml.c
- changeset 888
- af685cc9d623
- parent 848
- b71598a22e11
equal
deleted
inserted
replaced
| 28 |
28 |
| 29 #include <stdio.h> |
29 #include <stdio.h> |
| 30 #include <stdlib.h> |
30 #include <stdlib.h> |
| 31 #include <string.h> |
31 #include <string.h> |
| 32 |
32 |
| 33 #include <cx/utils.h> |
|
| 34 #include <cx/printf.h> |
33 #include <cx/printf.h> |
| 35 |
34 |
| 36 #include "xml.h" |
35 #include "xml.h" |
| 37 |
36 |
| 38 static DavXmlNodeType convert_type(xmlElementType type) { |
37 static DavXmlNodeType convert_type(xmlElementType type) { |