aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tap.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/tap.h')
-rw-r--r--epan/tap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/tap.h b/epan/tap.h
index c3b427f008..edaaa31474 100644
--- a/epan/tap.h
+++ b/epan/tap.h
@@ -259,6 +259,10 @@ WS_DLL_PUBLIC guint union_of_tap_listener_flags(void);
*/
WS_DLL_PUBLIC const void *fetch_tapped_data(int tap_id, int idx);
+/** Clean internal structures
+ */
+extern void tap_cleanup(void);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */