aboutsummaryrefslogtreecommitdiffstats
path: root/epan/funnel.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/funnel.h')
-rw-r--r--epan/funnel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/funnel.h b/epan/funnel.h
index 534a5baa8c..0953b9f6f6 100644
--- a/epan/funnel.h
+++ b/epan/funnel.h
@@ -80,7 +80,8 @@ typedef struct _funnel_ops_t {
const gchar * (*get_filter)(funnel_ops_id_t *ops_id);
void (*set_filter)(funnel_ops_id_t *ops_id, const char* filter);
- void (*set_color_filter_slot)(guint8 flit_nr, const gchar* filter);
+ gchar * (*get_color_filter_slot)(guint8 filt_nr);
+ void (*set_color_filter_slot)(guint8 filt_nr, const gchar* filter);
gboolean (*open_file)(funnel_ops_id_t *ops_id, const char* fname, const char* filter, char** error);
void (*reload_packets)(funnel_ops_id_t *ops_id);
void (*reload_lua_plugins)(funnel_ops_id_t *ops_id);