Coconut Data Framework
beta
|
00001 00008 #ifndef CNBINARYDATA_H 00009 #define CNBINARYDATA_H 00010 00011 #include <CoconutXML/CoconutXML.h> 00012 #include <libxml/tree.h> 00013 00025 xmlNodePtr 00026 CNEncodeBinaryData(const xmlChar * elmname, size_t srcsize, const void * srcdata) ; 00027 00037 CNBoolean 00038 CNDecodeBinaryData(struct CNBuffer * dst, xmlNodePtr src, const xmlChar * elmname, struct CNXMLDecodeError * error) ; 00039 00040 #endif /* CNBINARYDATA_H */ 00041