1 #ifndef EID_VWR_CACHE_H 2 #define EID_VWR_CACHE_H 4 #include "utftranslate.h" 20 void cache_add(
const EID_CHAR* label, EID_CHAR* data,
unsigned long len);
21 void cache_add_bin(
const EID_CHAR* label, BYTE* data,
unsigned long len);
23 void* cache_label_iterator();
24 const EID_CHAR* cache_next_label(
void* iterator);
25 void cache_label_iterator_free(
void* iterator);
27 int cache_have_label(
const EID_CHAR* label);
28 EID_CHAR* cache_get_xmlform(
const EID_CHAR* label);