aboutsummaryrefslogtreecommitdiffstats
path: root/epan/stat_tap_ui.h
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2017-01-16 22:41:53 +0100
committerDario Lombardo <lomato@gmail.com>2017-01-18 08:25:33 +0000
commitfe89424160a3ebf52a02b2b68ee3ff4ab3426431 (patch)
treefd8ccabc9288f3f7b78496fff382c4012116a4c6 /epan/stat_tap_ui.h
parentae03fc73539e0ca65edaea0e37a724ff8169de9f (diff)
stat_tap_ui: add cleanup function.
Change-Id: I0275a6e0d5d151f086d96c6388b9fa647ea0085c Reviewed-on: https://code.wireshark.org/review/19654 Reviewed-by: Michael Mann <mmann78@netscape.net> Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Dario Lombardo <lomato@gmail.com>
Diffstat (limited to 'epan/stat_tap_ui.h')
-rw-r--r--epan/stat_tap_ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/stat_tap_ui.h b/epan/stat_tap_ui.h
index 46d6813753..66319e28b1 100644
--- a/epan/stat_tap_ui.h
+++ b/epan/stat_tap_ui.h
@@ -200,6 +200,8 @@ WS_DLL_PUBLIC void list_stat_cmd_args(void);
WS_DLL_PUBLIC void start_requested_stats(void);
+extern void stat_tap_table_cleanup(void);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */