From c4ec8cab07615600dcff90efcc3676855fe84b6d Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 7 Jul 2021 18:33:52 +0200 Subject: inet: Add hidden prototype for __inet_network Reviewed-by: Adhemerval Zanella --- include/arpa/inet.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/arpa') 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 -- cgit 1.4.1