From 5a89b3b96570bedd8761c48b3b68e664a8643488 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 7 Apr 2002 22:36:55 +0000 Subject: Get rid of unused "pinfo" arguments. svn path=/trunk/; revision=5112 --- packet-isis-lsp.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'packet-isis-lsp.h') diff --git a/packet-isis-lsp.h b/packet-isis-lsp.h index 57424c154f..c0f5ee5fd0 100644 --- a/packet-isis-lsp.h +++ b/packet-isis-lsp.h @@ -1,7 +1,7 @@ /* packet-isis-lsp.h * Defines and such for LSP and their CLV decodes * - * $Id: packet-isis-lsp.h,v 1.11 2001/12/20 07:33:21 guy Exp $ + * $Id: packet-isis-lsp.h,v 1.12 2002/04/07 22:36:55 guy Exp $ * Stuart Stanley * * Ethereal - Network traffic analyzer @@ -108,11 +108,10 @@ * Published API functions. NOTE, this are "local" API functions and * are only valid from with isis decodes. */ -extern void isis_dissect_isis_lsp(tvbuff_t *tvb, packet_info *pinfo, - proto_tree *tree, int offset, - int hello_type, int header_length, int id_length); -extern void isis_lsp_decode_lsp_id(tvbuff_t *tvb, packet_info *pinfo, - proto_tree *tree, int offset, char *tstr, int id_length); +extern void isis_dissect_isis_lsp(tvbuff_t *tvb, proto_tree *tree, + int offset, int hello_type, int header_length, int id_length); +extern void isis_lsp_decode_lsp_id(tvbuff_t *tvb, proto_tree *tree, + int offset, char *tstr, int id_length); extern void isis_register_lsp(int proto_isis); #endif /* _PACKET_ISIS_LSP_H */ -- cgit v1.2.3