Miscellaneous code cleaning
[obnox/wireshark/wip.git] / inet_aton.h
index d5734ac51d50197e27502348872fc84de830e1b6..3f91ccc1498eb00ac23a5679192546eb1545b113 100644 (file)
@@ -1,6 +1,6 @@
 /* inet_aton.h
  *
- * $Id: inet_aton.h,v 1.1 2000/07/14 07:11:53 guy Exp $
+ * $Id: inet_aton.h,v 1.2 2000/08/11 13:34:19 deniel Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@zing.org>
 /*
  * Version of "inet_aton()", for the benefit of OSes that don't have it.
  */
+
+#ifndef __INET_ATON_H__
+#define __INET_ATON_H__
+
 struct in_addr;
 extern int inet_aton(const char* cp_arg, struct in_addr *addr);
+
+#endif