aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sctp_chunk_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/sctp_chunk_stat.c')
-rw-r--r--gtk/sctp_chunk_stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/sctp_chunk_stat.c b/gtk/sctp_chunk_stat.c
index 145f0e68a7..d4c8a3f5f7 100644
--- a/gtk/sctp_chunk_stat.c
+++ b/gtk/sctp_chunk_stat.c
@@ -54,7 +54,7 @@
#include "gui_utils.h"
-static void sctpstat_init(const char *optarg);
+static void sctpstat_init(const char *optarg, void *userdata);
static tap_dfilter_dlg sctp_stat_dlg = {
"SCTP Statistics",
@@ -279,7 +279,7 @@ static const gchar *titles[]={
"ERROR" };
static void
-sctpstat_init(const char *optarg)
+sctpstat_init(const char *optarg, void *userdata _U_)
{
sctpstat_t *hs;
const char *filter=NULL;