aboutsummaryrefslogtreecommitdiffstats
path: root/packet-x11.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-01-06 19:56:56 +0000
committerGuy Harris <guy@alum.mit.edu>2004-01-06 19:56:56 +0000
commitf18a95e44eb75b4d77083485d788157e81675b17 (patch)
tree3e624a1945819cadf683e58ef1c73c6881454278 /packet-x11.c
parent5887d3d5f9fab689a8a3a6a5fef81b153a10acc7 (diff)
Make the forward declarations of routines and their definitions match.
svn path=/trunk/; revision=9574
Diffstat (limited to 'packet-x11.c')
-rw-r--r--packet-x11.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/packet-x11.c b/packet-x11.c
index 2c3570944c..8bc5e899ee 100644
--- a/packet-x11.c
+++ b/packet-x11.c
@@ -3,7 +3,7 @@
* Copyright 2000, Christophe Tronche <ch.tronche@computer.org>
* Copyright 2003, Michael Shuldman
*
- * $Id: packet-x11.c,v 1.51 2004/01/04 20:42:44 guy Exp $
+ * $Id: packet-x11.c,v 1.52 2004/01/06 19:56:56 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1148,22 +1148,22 @@ keysyms_per_keycode) {\
static void
dissect_x11_initial_reply(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
- const char *sep, x11_conv_data_t *volatile state, gboolean
- little_endian);
+ const char *sep, x11_conv_data_t *volatile state,
+ gboolean little_endian);
static void
dissect_x11_reply(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
- const char *sep, x11_conv_data_t *volatile state, gboolean
- little_endian);
+ const char *volatile sep, x11_conv_data_t *volatile state,
+ gboolean little_endian);
static void
dissect_x11_error(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
- const char *sep, x11_conv_data_t *volatile state,
+ const char *volatile sep, x11_conv_data_t *volatile state,
gboolean little_endian);
static void
dissect_x11_event(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
- const char *sep, x11_conv_data_t *volatile state,
+ const char *volatile sep, x11_conv_data_t *volatile state,
gboolean little_endian);
static void
@@ -2815,7 +2815,7 @@ static void dissect_x11_initial_conn(tvbuff_t *tvb, packet_info *pinfo,
}
static void dissect_x11_initial_reply(tvbuff_t *tvb, packet_info *pinfo,
- proto_tree *tree, const char _U_ *sep, x11_conv_data_t *state,
+ proto_tree *tree, const char _U_ *sep, x11_conv_data_t *volatile state,
gboolean little_endian)
{
int offset = 0, *offsetp = &offset, left;