aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wmem
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-20 06:50:46 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-20 06:50:46 +0000
commit350a207a22a445a8552b7b0e60f119fe6e3bc418 (patch)
treee111ef327b67e4e9846b9fdb9d43e45a131f5ff8 /epan/wmem
parent5fbfa6c351a5a3ca5934563647bac856192fd192 (diff)
Try to please the buildbot.
svn path=/trunk/; revision=54281
Diffstat (limited to 'epan/wmem')
-rw-r--r--epan/wmem/wmem_allocator_strict.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/wmem/wmem_allocator_strict.c b/epan/wmem/wmem_allocator_strict.c
index bee9d298b4..fa9c417732 100644
--- a/epan/wmem/wmem_allocator_strict.c
+++ b/epan/wmem/wmem_allocator_strict.c
@@ -190,7 +190,7 @@ wmem_strict_realloc(void *private_data, void *ptr, const size_t size)
return newblock->real_data;
}
-static void
+void
wmem_strict_check_canaries(wmem_allocator_t *allocator)
{
wmem_strict_allocator_t *private_allocator;