aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isis-hello.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-hello.h
parent107da87b6d28b73fa661972ad28365874e6bd1ad (diff)
Get rid of unused "pinfo" arguments.
svn path=/trunk/; revision=5112
Diffstat (limited to 'packet-isis-hello.h')
-rw-r--r--packet-isis-hello.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/packet-isis-hello.h b/packet-isis-hello.h
index 58ca243d52..bfd24e57bd 100644
--- a/packet-isis-hello.h
+++ b/packet-isis-hello.h
@@ -1,7 +1,7 @@
/* packet-isis-hello.h
* Declares for hello handling inside isis.
*
- * $Id: packet-isis-hello.h,v 1.7 2002/02/09 23:44:38 guy Exp $
+ * $Id: packet-isis-hello.h,v 1.8 2002/04/07 22:36:55 guy Exp $
* Stuart Stanley <stuarts@mxmail.net>
*
* Ethereal - Network traffic analyzer
@@ -105,9 +105,8 @@
* Published API functions. NOTE, this are "local" API functions and
* are only valid from with isis decodes.
*/
-extern void isis_dissect_isis_hello(tvbuff_t *tvb, packet_info *pinfo,
- proto_tree *tree, int offset,
- int hello_type, int header_length,int id_length);
+extern void isis_dissect_isis_hello(tvbuff_t *tvb, proto_tree *tree,
+ int offset, int hello_type, int header_length,int id_length);
extern void isis_register_hello(int proto_isis);
#endif /* _PACKET_ISIS_HELLO_H */