From b75354ebe8278c27c1c5e42897457c6e102fba0e Mon Sep 17 00:00:00 2001 From: Jakub Zawadzki Date: Tue, 3 Dec 2013 23:49:51 +0000 Subject: Avoid including in dissectors. svn path=/trunk/; revision=53774 --- color_filters.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'color_filters.h') diff --git a/color_filters.h b/color_filters.h index ef074d1ec1..4dc4ecbaff 100644 --- a/color_filters.h +++ b/color_filters.h @@ -28,6 +28,8 @@ extern "C" { #endif /* __cplusplus */ +struct epan_dissect; + #define CONVERSATION_COLOR_PREFIX "___conversation_color_filter___" /** @file * Color filters. @@ -98,7 +100,7 @@ color_filters_reset_tmp(void); * * @param the epan dissector details */ -void color_filters_prime_edt(epan_dissect_t *edt); +void color_filters_prime_edt(struct epan_dissect *edt); /** Colorize a specific packet. * @@ -106,7 +108,7 @@ void color_filters_prime_edt(epan_dissect_t *edt); * @return the matching color filter or NULL */ const color_filter_t * -color_filters_colorize_packet(epan_dissect_t *edt); +color_filters_colorize_packet(struct epan_dissect *edt); /** Clone the currently active filter list. * -- cgit v1.2.3