aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wmem/wmem_allocator_block.h
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2012-12-18 23:25:11 +0000
committerEvan Huus <eapache@gmail.com>2012-12-18 23:25:11 +0000
commit8b69e3ee22b83c24c81ccef64c1e73a503ce0bc0 (patch)
treecb5251a1afad227912b3fdd7c05b0b81049f92b6 /epan/wmem/wmem_allocator_block.h
parent0461a705c0a6e4fb35b8dac32abd81ac98c32879 (diff)
Use 'new' instead of 'create' a consistent manner.
svn path=/trunk/; revision=46601
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
}