]> arthur.barton.de Git - netatalk.git/blobdiff - include/atalk/compat.h
Remove inet_aton from compatibility library
[netatalk.git] / include / atalk / compat.h
index ac7ed55808d9528b163551c20794810faf6e82aa..a2d318f43a4f81942210a3a922941224f01e043b 100644 (file)
@@ -42,11 +42,6 @@ extern int pselect(int, fd_set * restrict, fd_set * restrict,
 extern int flock (int, int);
 #endif
 
-#ifndef HAVE_INET_ATON
-struct in_addr;
-extern int inet_aton(const char *, struct in_addr *);
-#endif
-
 #ifndef HAVE_STRNLEN
 extern size_t strnlen(const char *s, size_t n);
 #endif