Boolean fields are just like other fields - if you use the field name
[obnox/wireshark/wip.git] / packet-isl.h
index 6dee5a3a1db7b3785b44a7c000e9c0071b4ffd2f..102e15f6166c416a53410f99713ca2b4d43862d2 100644 (file)
@@ -1,6 +1,6 @@
 /* packet-isl.h
  *
- * $Id: packet-isl.h,v 1.1 2000/02/15 21:02:28 gram Exp $
+ * $Id: packet-isl.h,v 1.3 2000/12/28 09:49:09 guy Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@zing.org>
@@ -22,5 +22,9 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  */
 
+#ifndef __PACKET_ISL_H__
+#define __PACKET_ISL_H__
+
 void capture_isl(const u_char *, int, packet_counts *);
-void dissect_isl(const u_char *, int, frame_data *, proto_tree *);
+
+#endif