Miscellaneous code cleaning
[obnox/wireshark/wip.git] / packet-ppp.h
index 7dddd37a2bb84fd646007b3e5232b4feb5df0243..ea19df16e0a344102659c013764346995de54ee5 100644 (file)
@@ -1,6 +1,6 @@
 /* packet-ppp.h
  *
- * $Id: packet-ppp.h,v 1.3 2000/05/25 07:42:25 gram Exp $
+ * $Id: packet-ppp.h,v 1.4 2000/08/11 13:34:03 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_PPP_H__
+#define __PACKET_PPP_H__
+
 void capture_ppp(const u_char *, int, packet_counts *);
 void dissect_ppp(tvbuff_t *, packet_info *, proto_tree *);
 void dissect_payload_ppp(const u_char *, int, frame_data *, proto_tree *);
+
+#endif