aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-memory.h')
-rw-r--r--e-util/e-memory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/e-util/e-memory.h b/e-util/e-memory.h
index 3f1f2f0f4d..378c485530 100644
--- a/e-util/e-memory.h
+++ b/e-util/e-memory.h
@@ -46,6 +46,7 @@ typedef enum {
EMemPool *e_mempool_new(int blocksize, int threshold, EMemPoolFlags flags);
void *e_mempool_alloc(EMemPool *pool, int size);
+char *e_mempool_strdup(EMemPool *pool, const char *str);
void e_mempool_flush(EMemPool *pool, int freeall);
void e_mempool_destroy(EMemPool *pool);