New functions nmem_init/nmem_exit to init/close NMEM system.
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 29 Sep 1997 07:14:16 +0000 (07:14 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 29 Sep 1997 07:14:16 +0000 (07:14 +0000)
include/nmem.h

index 111b1e9..8713375 100644 (file)
@@ -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_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
 #ifdef __cplusplus
 }
 #endif