X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fnmem.h;h=c0ebc9b99a7d5a488afbe9b21eb8a6a6d3bc89fc;hp=bd4ff0988e2be23f8e5a475e267e487a749f1465;hb=a0e27aac0589d493172c73f6660b844fc6460d7c;hpb=fb6d99a0c7e07d9cc4a315c447deaf6564a85505 diff --git a/include/yaz/nmem.h b/include/yaz/nmem.h index bd4ff09..c0ebc9b 100644 --- a/include/yaz/nmem.h +++ b/include/yaz/nmem.h @@ -23,7 +23,7 @@ * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. * - * $Id: nmem.h,v 1.17 2005-06-25 15:46:03 adam Exp $ + * $Id: nmem.h,v 1.18 2006-05-02 20:47:45 adam Exp $ */ /** @@ -68,6 +68,7 @@ YAZ_EXPORT void nmem_strsplit_blank(NMEM nmem, const char *dstr, YAZ_EXPORT void nmem_strsplit(NMEM nmem, const char *delim, const char *dstr, char ***darray, int *num); +YAZ_EXPORT char *nmem_text_node_cdata(const void *ptr_cdata, NMEM nmem); YAZ_EXPORT int *nmem_intdup (NMEM mem, int v); YAZ_EXPORT void nmem_transfer (NMEM dst, NMEM src);