From 8ed5e80e14c8f56a39f979cc9727b26e040ba8e9 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 31 Mar 2002 21:09:00 +0000 Subject: From Joerg Mayer: get rid of unused function arguments. svn path=/trunk/; revision=5053 --- xdlc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xdlc.c') 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 @@ -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; -- cgit v1.2.3