From fe89424160a3ebf52a02b2b68ee3ff4ab3426431 Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Mon, 16 Jan 2017 22:41:53 +0100 Subject: stat_tap_ui: add cleanup function. Change-Id: I0275a6e0d5d151f086d96c6388b9fa647ea0085c Reviewed-on: https://code.wireshark.org/review/19654 Reviewed-by: Michael Mann Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Dario Lombardo --- epan/stat_tap_ui.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'epan/stat_tap_ui.h') 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 */ -- cgit v1.2.1