aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wmem
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-10-24 18:38:55 +0000
committerGuy Harris <guy@alum.mit.edu>2012-10-24 18:38:55 +0000
commit1340194a625c9bee4b2cbeebf2e2b251723df2a2 (patch)
treeb36e6f78c0cbe655a2504805e3205685cd29c526 /epan/wmem
parentbc8e5204396969ed21d9c5c518e25ea8b218daf5 (diff)
wmem_allocator_t is defined in wmem_core.h; redefining it elsewhere will
cause errors. svn path=/trunk/; revision=45771
Diffstat (limited to 'epan/wmem')
-rw-r--r--epan/wmem/wmem_strutl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/wmem/wmem_strutl.h b/epan/wmem/wmem_strutl.h
index 2b59dc4621..f02924b9e3 100644
--- a/epan/wmem/wmem_strutl.h
+++ b/epan/wmem/wmem_strutl.h
@@ -34,8 +34,6 @@
extern "C" {
#endif /* __cplusplus */
-typedef struct _wmem_allocator_t wmem_allocator_t;
-
gchar *
wmem_strdup(wmem_allocator_t *allocator, const gchar *src);