Remove unused hostapd_ip_diff()

There are no users of this function.

Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
Jouni Malinen 2014-05-25 22:34:01 +03:00
parent 3eb744a35a
commit fc3f1d1b4d
2 changed files with 0 additions and 25 deletions

View file

@ -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 */