X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fnmem.h;fp=include%2Fnmem.h;h=8713375101740839900268a0e9b77e1467848bde;hp=111b1e9b49f9e19127f82b8f54cac2fcf5842f6c;hb=6f4d57a5ce5f3f291ce118d8877c95d22ceb4e36;hpb=a95a789a11a25cf2002a51ce1028f56c48e24b8f diff --git a/include/nmem.h b/include/nmem.h index 111b1e9..8713375 100644 --- a/include/nmem.h +++ b/include/nmem.h @@ -57,6 +57,8 @@ YAZ_EXPORT NMEM nmem_create(void); YAZ_EXPORT void nmem_destroy(NMEM n); YAZ_EXPORT char *nmem_strdup (NMEM mem, const char *src); +YAZ_EXPORT void nmem_init (void); +YAZ_EXPORT void nmem_exit (void); #ifdef __cplusplus } #endif