aboutsummaryrefslogtreecommitdiffstats
path: root/xdlc.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-03-31 21:09:00 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-03-31 21:09:00 +0000
commitdf8da214dea285db957aabc079c33fde9fede656 (patch)
tree416401738051c35ebdc2e601bfc0cddd8459be26 /xdlc.c
parent5bb52c91431a0ea53bc12bad791c5b16519e1910 (diff)
From Joerg Mayer: get rid of unused function arguments.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5053 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'xdlc.c')
-rw-r--r--xdlc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xdlc.c b/xdlc.c
index b27cedec99..46152833b6 100644
--- a/xdlc.c
+++ b/xdlc.c
@@ -2,7 +2,7 @@
* Routines for use by various SDLC-derived protocols, such as HDLC
* and its derivatives LAPB, IEEE 802.2 LLC, etc..
*
- * $Id: xdlc.c,v 1.17 2002/01/21 07:36:48 guy Exp $
+ * $Id: xdlc.c,v 1.18 2002/03/31 21:09:00 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -159,7 +159,7 @@ static const value_string modifier_vals_resp[] = {
};
int
-get_xdlc_control(const u_char *pd, int offset, int is_response, int is_extended)
+get_xdlc_control(const u_char *pd, int offset, int is_extended)
{
guint16 control;