eid-viewer
eid-viewer library
Loading...
Searching...
No Matches
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
{
8
#endif
9
10
int
eid_vwr_deserialize(
const
EID_CHAR * filename);
11
int
eid_vwr_serialize(
const
EID_CHAR * filename);
12
int
eid_vwr_gen_xml(
void
*data);
13
14
#ifdef __cplusplus
15
}
16
#endif
17
#endif
Generated by
1.9.8