aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isis-snp.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-snp.h
parent107da87b6d28b73fa661972ad28365874e6bd1ad (diff)
Get rid of unused "pinfo" arguments.
svn path=/trunk/; revision=5112
Diffstat (limited to 'packet-isis-snp.h')
-rw-r--r--packet-isis-snp.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/packet-isis-snp.h b/packet-isis-snp.h
index 2fe5ba0ad2..fec39b847d 100644
--- a/packet-isis-snp.h
+++ b/packet-isis-snp.h
@@ -1,7 +1,7 @@
/* packet-isis-snp.h
* Defines and such for CSNP, PSNP, and their payloads
*
- * $Id: packet-isis-snp.h,v 1.4 2001/12/20 07:33:21 guy Exp $
+ * $Id: packet-isis-snp.h,v 1.5 2002/04/07 22:36:55 guy Exp $
* Stuart Stanley <stuarts@mxmail.net>
*
* Ethereal - Network traffic analyzer
@@ -63,13 +63,11 @@
* Published API functions. NOTE, this are "local" API functions and
* are only valid from with isis decodes.
*/
-extern void isis_dissect_isis_csnp(tvbuff_t *tvb, packet_info *pinfo,
- proto_tree *tree, int offset,
- int type, int header_length, int id_length);
+extern void isis_dissect_isis_csnp(tvbuff_t *tvb, proto_tree *tree,
+ int offset, int type, int header_length, int id_length);
extern void isis_register_csnp(int proto_isis);
-extern void isis_dissect_isis_psnp(tvbuff_t *tvb, packet_info *pinfo,
- proto_tree *tree, int offset,
- int type, int header_length, int id_length);
+extern void isis_dissect_isis_psnp(tvbuff_t *tvb, proto_tree *tree,
+ int offset, int type, int header_length, int id_length);
extern void isis_register_psnp(int proto_isis);
#endif /* _PACKET_ISIS_CSNP_H */