aboutsummaryrefslogtreecommitdiffstats
path: root/packet-osi-options.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-04-30 23:56:58 +0000
committerGuy Harris <guy@alum.mit.edu>2002-04-30 23:56:58 +0000
commit56ddb63961e83f1ab08b19d830e8ead725416070 (patch)
tree8c29f502c726c8068ab4c811f033add2ead1b0fe /packet-osi-options.h
parenta06dd1c72499ef7a9de7b5c0e4f986e90fd28592 (diff)
From Joerg Mayer: get rid of unused PDU type argument to
"dissect_osi_options()". svn path=/trunk/; revision=5318
Diffstat (limited to 'packet-osi-options.h')
-rw-r--r--packet-osi-options.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-osi-options.h b/packet-osi-options.h
index 388495be63..ec58117d8a 100644
--- a/packet-osi-options.h
+++ b/packet-osi-options.h
@@ -1,7 +1,7 @@
/* packet-osi-options.h
* Defines for OSI options part decode
*
- * $Id: packet-osi-options.h,v 1.3 2002/04/07 21:54:48 guy Exp $
+ * $Id: packet-osi-options.h,v 1.4 2002/04/30 23:56:58 guy Exp $
* Ralf Schneider <Ralf.Schneider@t-online.de>
*
* Ethereal - Network traffic analyzer
@@ -29,7 +29,7 @@
/*
* published API functions
*/
-extern void dissect_osi_options( u_char, u_char, tvbuff_t *, int,
+extern void dissect_osi_options( u_char, tvbuff_t *, int,
proto_tree *);
extern void proto_register_osi_options(void);