about summary refs log tree commit diff
path: root/include/arpa
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-07-07 18:33:52 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-07-07 18:33:52 +0200
commitc4ec8cab07615600dcff90efcc3676855fe84b6d (patch)
tree6cc3f8aa670d647edbdd35a147a7c80abfcfe976 /include/arpa
parent26890e1cd018a2012badeb4fb4de265c53b485f7 (diff)
downloadglibc-c4ec8cab07615600dcff90efcc3676855fe84b6d.tar.gz
glibc-c4ec8cab07615600dcff90efcc3676855fe84b6d.tar.xz
glibc-c4ec8cab07615600dcff90efcc3676855fe84b6d.zip
inet: Add hidden prototype for __inet_network
Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
Diffstat (limited to 'include/arpa')
-rw-r--r--include/arpa/inet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/arpa/inet.h b/include/arpa/inet.h
index 19aec74275..df9472ba3b 100644
--- a/include/arpa/inet.h
+++ b/include/arpa/inet.h
@@ -12,4 +12,6 @@ libc_hidden_proto (__inet_pton)
 extern __typeof (inet_makeaddr) __inet_makeaddr;
 libc_hidden_proto (__inet_makeaddr)
 libc_hidden_proto (inet_netof)
+extern __typeof (inet_network) __inet_network;
+libc_hidden_proto (__inet_network)
 #endif