diff options
Diffstat (limited to 'packet-osi-options.h')
-rw-r--r-- | packet-osi-options.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-osi-options.h b/packet-osi-options.h index ec58117d8a..afe5ef7850 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.4 2002/04/30 23:56:58 guy Exp $ + * $Id: packet-osi-options.h,v 1.5 2002/08/02 23:35:55 jmayer 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, tvbuff_t *, int, +extern void dissect_osi_options( guchar, tvbuff_t *, int, proto_tree *); extern void proto_register_osi_options(void); |