diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-07-07 18:33:52 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-07-07 18:33:52 +0200 |
commit | c4ec8cab07615600dcff90efcc3676855fe84b6d (patch) | |
tree | 6cc3f8aa670d647edbdd35a147a7c80abfcfe976 /include/arpa | |
parent | 26890e1cd018a2012badeb4fb4de265c53b485f7 (diff) | |
download | glibc-c4ec8cab07615600dcff90efcc3676855fe84b6d.zip glibc-c4ec8cab07615600dcff90efcc3676855fe84b6d.tar.gz glibc-c4ec8cab07615600dcff90efcc3676855fe84b6d.tar.bz2 |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/arpa/inet.h b/include/arpa/inet.h index 19aec74..df9472b 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 |