aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/h225_ras_srt.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2006-02-12 00:54:56 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2006-02-12 00:54:56 +0000
commit438a144be314c103a5aeff591e2175022b3db826 (patch)
tree20ed101e467112bca3a9559e94b0524af456ab13 /gtk/h225_ras_srt.c
parent8133604f0fba64abeec06197343c87f81c1f5383 (diff)
Add userdata arguments to a bunch of stat initialization routines to
squelch compiler warnings. Tag one existing such argument as unused to squelch another warning. Fix up some indentation. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17261 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/h225_ras_srt.c')
-rw-r--r--gtk/h225_ras_srt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/h225_ras_srt.c b/gtk/h225_ras_srt.c
index 391f5e9a3d..e053b3e20f 100644
--- a/gtk/h225_ras_srt.c
+++ b/gtk/h225_ras_srt.c
@@ -54,7 +54,7 @@
#include "gui_utils.h"
-static void gtk_h225rassrt_init(const char *optarg);
+static void gtk_h225rassrt_init(const char *optarg, void *userdata);
static tap_dfilter_dlg h225_rassrt_dlg = {
"H.225 RAS Service Response Time",
@@ -281,7 +281,7 @@ static const gchar *titles[]={
"Repeated Responses" };
static void
-gtk_h225rassrt_init(const char *optarg)
+gtk_h225rassrt_init(const char *optarg, void *userdata _U_)
{
h225rassrt_t *hs;
const char *filter=NULL;