aboutsummaryrefslogtreecommitdiffstats
path: root/epan/emem.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-11-11 22:39:25 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-11-11 22:39:25 +0000
commit14810dd30cdf982f464094229233439d493cad30 (patch)
treeba6af05a4642f3abfa26e4806c4abd51749c6d4f /epan/emem.h
parentaca83662506bffa7a03a058a2f3bdf54cf563acd (diff)
fix so that tcp.pdu.time works again.
it broken in one of the previous bugfixes to tcp add a function to print an emem tree to the console for easier emem tree debugging svn path=/trunk/; revision=19877
Diffstat (limited to 'epan/emem.h')
-rw-r--r--epan/emem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/emem.h b/epan/emem.h
index 65c87322cd..ff871bbc95 100644
--- a/epan/emem.h
+++ b/epan/emem.h
@@ -343,7 +343,7 @@ void* emem_tree_lookup_string(emem_tree_t* h, const gchar* k);
-
+void emem_print_tree(emem_tree_t* emem_tree);