aboutsummaryrefslogtreecommitdiffstats
path: root/tap_dfilter_dlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'tap_dfilter_dlg.h')
-rw-r--r--tap_dfilter_dlg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tap_dfilter_dlg.h b/tap_dfilter_dlg.h
index 35331b9b98..afd7e47c03 100644
--- a/tap_dfilter_dlg.h
+++ b/tap_dfilter_dlg.h
@@ -54,7 +54,7 @@
typedef struct _tap_dfilter_dlg {
const char *win_title; /* title */
const char *init_string; /* the string to call the tap without a filter via "-z" option */
- void (* tap_init_cb)(char *); /* callback to init function of the tap */
+ void (* tap_init_cb)(const char *); /* callback to init function of the tap */
gint index; /* initiate this value always with "-1" */
} tap_dfilter_dlg;