Miscellaneous code cleaning
[obnox/wireshark/wip.git] / packet-fddi.h
index aa452b821e84542f27b30c8f861485f2b8a4226e..4f48f5c1575a7b8d21c354d3bf1d402786fa7d59 100644 (file)
@@ -1,6 +1,6 @@
 /* packet-fddi.h
  *
- * $Id: packet-fddi.h,v 1.2 2000/05/11 08:15:08 gram Exp $
+ * $Id: packet-fddi.h,v 1.3 2000/08/11 13:34:13 deniel Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@zing.org>
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  */
 
+#ifndef __PACKET_FDDI_H__
+#define __PACKET_FDDI_H__
+
 void capture_fddi(const u_char *, packet_counts *);
 void dissect_fddi(tvbuff_t*, packet_info*, proto_tree*, gboolean bitswapped);
+
+#endif