Changed use of setsockopt to avoid warnings on MSVC.
[yaz-moved-to-github.git] / include / nmem.h
index 601770b..8713375 100644 (file)
@@ -55,7 +55,10 @@ YAZ_EXPORT void *nmem_malloc(NMEM n, int size);
 YAZ_EXPORT int nmem_total(NMEM n);
 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