summaryrefslogtreecommitdiffstats
path: root/openbsd-compat/inet_aton.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2003-08-29 16:59:52 +0000
committerBen Lindstrom <mouring@eviladmin.org>2003-08-29 16:59:52 +0000
commit515d0f9a1eeedcbd03bb78cf09a17d99e597b5a3 (patch)
treeac86db543bf049e2aefdee65f378f13552529122 /openbsd-compat/inet_aton.h
parent43a0dc6653e24d31798879b2caa4d0eaf287531c (diff)
- (bal) openbsd-compat/ clean up. Considate headers, add in $Id$ on our
files, and added missing license to header.
Diffstat (limited to 'openbsd-compat/inet_aton.h')
-rw-r--r--openbsd-compat/inet_aton.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/openbsd-compat/inet_aton.h b/openbsd-compat/inet_aton.h
deleted file mode 100644
index 9b59cb90..00000000
--- a/openbsd-compat/inet_aton.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/* $Id: inet_aton.h,v 1.4 2001/07/16 02:07:51 tim Exp $ */
-
-#ifndef _BSD_INET_ATON_H
-#define _BSD_INET_ATON_H
-
-#include "config.h"
-
-#ifndef HAVE_INET_ATON
-int inet_aton(const char *cp, struct in_addr *addr);
-#endif /* HAVE_INET_ATON */
-
-#endif /* _BSD_INET_ATON_H */