Forgot to remove one change only used for local testing from last checkin
[obnox/wireshark/wip.git] / packet-osi-options.h
index d3b760d8008a402093ac69b3c6d46523c9a9c3e8..ec58117d8a9a5899313b1cfa80a703dd25331c5b 100644 (file)
@@ -1,13 +1,12 @@
 /* packet-osi-options.h
  * Defines for OSI options part decode 
  *
- * $Id: packet-osi-options.h,v 1.2 2000/11/18 10:38:24 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
- * By Gerald Combs <gerald@zing.org>
+ * By Gerald Combs <gerald@ethereal.com>
  * Copyright 1998 Gerald Combs
- *
  * 
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -22,8 +21,6 @@
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
- *
- *
  */
 
 #ifndef _PACKET_OSI_OPTION_H
@@ -32,8 +29,8 @@
 /*
  * published API functions
  */ 
-extern void dissect_osi_options( u_char, u_char, tvbuff_t *, int,
-                                 packet_info *, proto_tree *);
+extern void dissect_osi_options( u_char, tvbuff_t *, int,
+                                 proto_tree *);
 extern void proto_register_osi_options(void);
 
 #endif /* _PACKET_OSI_OPTIONS_H */