aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tap.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/tap.h')
-rw-r--r--epan/tap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/tap.h b/epan/tap.h
index 9fc8233b46..2a8fa4cbc3 100644
--- a/epan/tap.h
+++ b/epan/tap.h
@@ -50,5 +50,6 @@ extern GString *register_tap_listener(const char *tapname, void *tapdata,
tap_draw_cb tap_draw);
extern void remove_tap_listener(void *tapdata);
extern gboolean have_tap_listeners(void);
+extern void *fetch_tapped_data(int tap_id, int idx);
#endif