aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wmem/wmem_array.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/wmem/wmem_array.h')
-rw-r--r--epan/wmem/wmem_array.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/epan/wmem/wmem_array.h b/epan/wmem/wmem_array.h
index 2c5481950b..30738d696d 100644
--- a/epan/wmem/wmem_array.h
+++ b/epan/wmem/wmem_array.h
@@ -59,6 +59,14 @@ G_GNUC_MALLOC;
WS_DLL_PUBLIC
void
+wmem_array_set_null_terminator(wmem_array_t *array);
+
+WS_DLL_PUBLIC
+void
+wmem_array_bzero(wmem_array_t *array);
+
+WS_DLL_PUBLIC
+void
wmem_array_append(wmem_array_t *array, const void *in, guint count);
#define wmem_array_append_one(ARRAY, VAL) \