summaryrefslogtreecommitdiff
path: root/src/utils/ip_addr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/ip_addr.h')
-rw-r--r--src/utils/ip_addr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils/ip_addr.h b/src/utils/ip_addr.h
index 79ac20cdbdc9e..0670411ccde43 100644
--- a/src/utils/ip_addr.h
+++ b/src/utils/ip_addr.h
@@ -22,7 +22,6 @@ struct hostapd_ip_addr {
const char * hostapd_ip_txt(const struct hostapd_ip_addr *addr, char *buf,
size_t buflen);
-int hostapd_ip_diff(struct hostapd_ip_addr *a, struct hostapd_ip_addr *b);
int hostapd_parse_ip_addr(const char *txt, struct hostapd_ip_addr *addr);
#endif /* IP_ADDR_H */