Changeset 220
- Timestamp:
- 02/03/05 20:21:47 (4 years ago)
- Files:
-
- trunk/formats/vformats-xml/Makefile.am (modified) (1 diff)
- trunk/formats/vformats-xml/opensync-xml.h (moved) (moved from trunk/formats/vformats-xml/xml.h)
- trunk/formats/vformats-xml/xml-evolution.c (modified) (1 diff)
- trunk/formats/vformats-xml/xml-support.c (modified) (1 diff)
- trunk/formats/vformats-xml/xml-vcard.c (modified) (1 diff)
- trunk/formats/vformats-xml/xml-vevent.c (modified) (1 diff)
- trunk/formats/vformats-xml/xml-vnote.c (modified) (1 diff)
- trunk/formats/vformats-xml/xml-vtodo.c (modified) (1 diff)
- trunk/formats/xml.c (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/formats/vformats-xml/Makefile.am
r201 r220 4 4 5 5 formatsdir=@OPENSYNC_FORMATSDIR@ 6 opensyncheaderdir=@OPENSYNC_HEADERDIR@ 6 7 7 8 EXTRA_DIST = \ 8 9 e-vcard.h \ 9 xml.h 10 opensync-xml.h 11 12 opensyncheader_HEADERS = opensync-xml.h 10 13 11 14 INCLUDES = @PACKAGE_CFLAGS@ -I$(top_srcdir)/src trunk/formats/vformats-xml/xml-evolution.c
r198 r220 19 19 */ 20 20 21 #include " xml.h"21 #include "opensync-xml.h" 22 22 23 23 static osync_bool conv_x_evo_to_xml(const char *input, int inpsize, char **output, int *outpsize, OSyncError **error) trunk/formats/vformats-xml/xml-support.c
r199 r220 19 19 */ 20 20 21 #include " xml.h"21 #include "opensync-xml.h" 22 22 23 23 xmlNode *osxml_node_add_root(xmlDoc *doc, const char *name) trunk/formats/vformats-xml/xml-vcard.c
r198 r220 19 19 */ 20 20 21 #include " xml.h"21 #include "opensync-xml.h" 22 22 #include "e-vcard.h" 23 23 trunk/formats/vformats-xml/xml-vevent.c
r198 r220 19 19 */ 20 20 21 #include "xml.h" 22 21 #include "opensync-xml.h" 23 22 #include "e-vcard.h" 23 24 24 static const char *property_get_nth_value(EVCardAttributeParam *param, int nth) 25 25 { trunk/formats/vformats-xml/xml-vnote.c
r202 r220 19 19 */ 20 20 21 #include "xml.h" 22 21 #include "opensync-xml.h" 23 22 #include "e-vcard.h" 23 24 24 static const char *property_get_nth_value(EVCardAttributeParam *param, int nth) 25 25 { trunk/formats/vformats-xml/xml-vtodo.c
r198 r220 19 19 */ 20 20 21 #include "xml.h" 22 21 #include "opensync-xml.h" 23 22 #include "e-vcard.h" 23 24 24 static const char *property_get_nth_value(EVCardAttributeParam *param, int nth) 25 25 {
