summaryrefslogtreecommitdiff
path: root/epan/srt_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/srt_table.h')
-rw-r--r--epan/srt_table.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/epan/srt_table.h b/epan/srt_table.h
index 9cd6e154ec..ac508fb759 100644
--- a/epan/srt_table.h
+++ b/epan/srt_table.h
@@ -25,6 +25,7 @@
#include "tap.h"
#include "timestats.h"
+#include "wmem/wmem.h"
#ifdef __cplusplus
extern "C" {
@@ -159,7 +160,7 @@ WS_DLL_PUBLIC void reset_srt_table(GArray* srt_array, srt_gui_reset_cb gui_callb
* @param func action to be performed on all converation tables
* @param user_data any data needed to help perform function
*/
-WS_DLL_PUBLIC void srt_table_iterate_tables(GFunc func, gpointer user_data);
+WS_DLL_PUBLIC void srt_table_iterate_tables(wmem_foreach_func func, gpointer user_data);
/** Return filter used for register_tap_listener
*
@@ -220,10 +221,6 @@ WS_DLL_PUBLIC void init_srt_table_row(srt_stat_table *rst, int proc_index, const
*/
WS_DLL_PUBLIC void add_srt_table_data(srt_stat_table *rst, int proc_index, const nstime_t *req_time, packet_info *pinfo);
-/** Clean internal structures
- */
-extern void cleanup_srt_table(void);
-
#ifdef __cplusplus
}
#endif /* __cplusplus */