aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isis-lsp.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-04-07 22:36:55 +0000
committerGuy Harris <guy@alum.mit.edu>2002-04-07 22:36:55 +0000
commit5a89b3b96570bedd8761c48b3b68e664a8643488 (patch)
treec9dbcef82f9da5c2c5cb07b44a03ee8ad8536ce5 /packet-isis-lsp.h
parent107da87b6d28b73fa661972ad28365874e6bd1ad (diff)
Get rid of unused "pinfo" arguments.
svn path=/trunk/; revision=5112
Diffstat (limited to 'packet-isis-lsp.h')
-rw-r--r--packet-isis-lsp.h11
1 files changed, 5 insertions, 6 deletions
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 <stuarts@mxmail.net>
*
* 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 */