aboutsummaryrefslogtreecommitdiff
path: root/include/compat
diff options
context:
space:
mode:
Diffstat (limited to 'include/compat')
-rw-r--r--include/compat/arpa/inet.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/compat/arpa/inet.h b/include/compat/arpa/inet.h
index f14ffde..4422f41 100644
--- a/include/compat/arpa/inet.h
+++ b/include/compat/arpa/inet.h
@@ -13,11 +13,3 @@
13#endif 13#endif
14 14
15#endif 15#endif
16
17#ifndef HAVE_INET_NTOP
18const char * inet_ntop(int af, const void *src, char *dst, socklen_t size);
19#endif
20
21#ifndef HAVE_INET_PTON
22int inet_pton(int af, const char * src, void * dst);
23#endif