aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rsync.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-07-08 04:06:26 +0000
committerTim Potter <tpot@samba.org>2003-07-08 04:06:26 +0000
commit05330d4ac978c30fe21ddc62c36e6f5f13c533e4 (patch)
tree79fd7fe48d5d59ad4f7563935edf6aac59c51c6a /packet-rsync.c
parente3f7c2bb89934183599acba2e627a932c7474055 (diff)
Fix some unused parameter and function warnings.
svn path=/trunk/; revision=7981
Diffstat (limited to 'packet-rsync.c')
-rw-r--r--packet-rsync.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-rsync.c b/packet-rsync.c
index 81e2d66069..9c7eb93385 100644
--- a/packet-rsync.c
+++ b/packet-rsync.c
@@ -3,7 +3,7 @@
* [ very rough, but mininally functional ]
* Copyright 2003, Brad Hards <bradh@frogmouth.net>
*
- * $Id: packet-rsync.c,v 1.5 2003/04/30 02:35:19 gerald Exp $
+ * $Id: packet-rsync.c,v 1.6 2003/07/08 04:06:26 tpot Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -87,7 +87,7 @@ static unsigned int glb_rsync_tcp_port = TCP_PORT_RSYNC;
/* Packet dissection routine called by tcp (& udp) when port 873 detected */
static void
dissect_rsync_encap(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
- gboolean desegment)
+ gboolean desegment _U_)
{
conversation_t *conversation;
struct rsync_conversation_data *conversation_data;