diff options
Diffstat (limited to 'color_filters.h')
-rw-r--r-- | color_filters.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/color_filters.h b/color_filters.h index 46646d05b6..17ab753e08 100644 --- a/color_filters.h +++ b/color_filters.h @@ -108,7 +108,7 @@ color_filters_colorize_packet(gint row, epan_dissect_t *edt); * @param fg_color foreground color * @return the new color filter */ -color_filter_t *color_filter_new(gchar *name, gchar *filter_string, +color_filter_t *color_filter_new(const gchar *name, const gchar *filter_string, color_t *bg_color, color_t *fg_color); /** Remove the color filter. |