diff options
Diffstat (limited to 'include/linux/inet.h')
-rw-r--r-- | include/linux/inet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/inet.h b/include/linux/inet.h index 636ebe87e6f8..97defc1139e9 100644 --- a/include/linux/inet.h +++ b/include/linux/inet.h | |||
@@ -59,5 +59,6 @@ extern int in6_pton(const char *src, int srclen, u8 *dst, int delim, const char | |||
59 | 59 | ||
60 | extern int inet_pton_with_scope(struct net *net, unsigned short af, | 60 | extern int inet_pton_with_scope(struct net *net, unsigned short af, |
61 | const char *src, const char *port, struct sockaddr_storage *addr); | 61 | const char *src, const char *port, struct sockaddr_storage *addr); |
62 | extern bool inet_addr_is_any(struct sockaddr *addr); | ||
62 | 63 | ||
63 | #endif /* _LINUX_INET_H */ | 64 | #endif /* _LINUX_INET_H */ |