eid-viewer
eid-viewer library
xml.h
1 #ifndef EID_VWR_XML_H
2 #define EID_VWR_XML_H
3 #include "backend.h"
4 
5 #ifdef __cplusplus
6 extern "C" {
7 #endif
8 
9  int eid_vwr_deserialize(const EID_CHAR* filename);
10  int eid_vwr_serialize(const EID_CHAR* filename);
11  int eid_vwr_gen_xml(void* data);
12 
13 #ifdef __cplusplus
14 }
15 #endif
16 #endif