Changeset 220

Show
Ignore:
Timestamp:
02/03/05 20:21:47 (4 years ago)
Author:
abauer
Message:

Make opensync install the opensync-xml.h file
which can be used to write format plugins
for the xml format

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/formats/vformats-xml/Makefile.am

    r201 r220  
    44 
    55formatsdir=@OPENSYNC_FORMATSDIR@ 
     6opensyncheaderdir=@OPENSYNC_HEADERDIR@ 
    67 
    78EXTRA_DIST = \ 
    89                e-vcard.h \ 
    9                 xml.h 
     10                opensync-xml.h 
     11 
     12opensyncheader_HEADERS = opensync-xml.h 
    1013 
    1114INCLUDES = @PACKAGE_CFLAGS@ -I$(top_srcdir)/src 
  • trunk/formats/vformats-xml/xml-evolution.c

    r198 r220  
    1919 */ 
    2020  
    21 #include "xml.h" 
     21#include "opensync-xml.h" 
    2222 
    2323static 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  
    1919 */ 
    2020  
    21 #include "xml.h" 
     21#include "opensync-xml.h" 
    2222 
    2323xmlNode *osxml_node_add_root(xmlDoc *doc, const char *name) 
  • trunk/formats/vformats-xml/xml-vcard.c

    r198 r220  
    1919 */ 
    2020  
    21 #include "xml.h" 
     21#include "opensync-xml.h" 
    2222#include "e-vcard.h" 
    2323 
  • trunk/formats/vformats-xml/xml-vevent.c

    r198 r220  
    1919 */ 
    2020  
    21 #include "xml.h" 
    22  
     21#include "opensync-xml.h" 
    2322#include "e-vcard.h" 
     23 
    2424static const char *property_get_nth_value(EVCardAttributeParam *param, int nth) 
    2525{ 
  • trunk/formats/vformats-xml/xml-vnote.c

    r202 r220  
    1919 */ 
    2020  
    21 #include "xml.h" 
    22  
     21#include "opensync-xml.h" 
    2322#include "e-vcard.h" 
     23 
    2424static const char *property_get_nth_value(EVCardAttributeParam *param, int nth) 
    2525{ 
  • trunk/formats/vformats-xml/xml-vtodo.c

    r198 r220  
    1919 */ 
    2020  
    21 #include "xml.h" 
    22  
     21#include "opensync-xml.h" 
    2322#include "e-vcard.h" 
     23 
    2424static const char *property_get_nth_value(EVCardAttributeParam *param, int nth) 
    2525{