aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wmem/wmem_allocator_block.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/wmem/wmem_allocator_block.h')
-rw-r--r--epan/wmem/wmem_allocator_block.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/wmem/wmem_allocator_block.h b/epan/wmem/wmem_allocator_block.h
index da14d267e2..fafe85af3a 100644
--- a/epan/wmem/wmem_allocator_block.h
+++ b/epan/wmem/wmem_allocator_block.h
@@ -33,7 +33,7 @@ extern "C" {
#endif /* __cplusplus */
wmem_allocator_t *
-wmem_create_block_allocator(void);
+wmem_block_allocator_new(void);
#ifdef __cplusplus
}