aboutsummaryrefslogtreecommitdiffstats
path: root/xdlc.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-03-31 21:09:00 +0000
committerGuy Harris <guy@alum.mit.edu>2002-03-31 21:09:00 +0000
commit8ed5e80e14c8f56a39f979cc9727b26e040ba8e9 (patch)
tree416401738051c35ebdc2e601bfc0cddd8459be26 /xdlc.h
parent2eb1990b0b5f906ed82f249fe2a1973ef4a8161d (diff)
From Joerg Mayer: get rid of unused function arguments.
svn path=/trunk/; revision=5053
Diffstat (limited to 'xdlc.h')
-rw-r--r--xdlc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xdlc.h b/xdlc.h
index 8190cda239..8d17ce4d0f 100644
--- a/xdlc.h
+++ b/xdlc.h
@@ -2,7 +2,7 @@
* Define *DLC frame types, and routine to dissect the control field of
* a *DLC frame.
*
- * $Id: xdlc.h,v 1.14 2000/08/11 13:33:50 deniel Exp $
+ * $Id: xdlc.h,v 1.15 2002/03/31 21:09:00 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -79,7 +79,7 @@
#define XDLC_CONTROL_LEN(control, is_extended) \
((((control) & 0x3) == XDLC_U || !(is_extended)) ? 1 : 2)
-int get_xdlc_control(const u_char *pd, int offset, int is_response,
+int get_xdlc_control(const u_char *pd, int offset,
int extended);
int dissect_xdlc_control(tvbuff_t *tvb, int offset, packet_info *pinfo,