aboutsummaryrefslogtreecommitdiffstats
path: root/packet-x11.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-01-06 19:56:56 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-01-06 19:56:56 +0000
commit3aea40ae7c4cd0d45d08e5ce376c60d738cfee40 (patch)
tree3e624a1945819cadf683e58ef1c73c6881454278 /packet-x11.c
parentc82ccbdce593a12ca690f01d16c5739fafa688db (diff)
Make the forward declarations of routines and their definitions match.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9574 f5534014-38df-0310-8fa8-9805f1628bb7
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;