aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wmem/wmem_stack.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_stack.h
parent0461a705c0a6e4fb35b8dac32abd81ac98c32879 (diff)
Use 'new' instead of 'create' a consistent manner.
svn path=/trunk/; revision=46601
Diffstat (limited to 'epan/wmem/wmem_stack.h')
-rw-r--r--epan/wmem/wmem_stack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/wmem/wmem_stack.h b/epan/wmem/wmem_stack.h
index 0638ba7cc2..42ed4f3295 100644
--- a/epan/wmem/wmem_stack.h
+++ b/epan/wmem/wmem_stack.h
@@ -52,7 +52,7 @@ void
wmem_stack_push(wmem_stack_t *stack, void *data);
wmem_stack_t *
-wmem_create_stack(wmem_allocator_t *allocator);
+wmem_stack_new(wmem_allocator_t *allocator);
#ifdef __cplusplus
}