netlink: rework handling of netlink messages
[oweals/odhcpd.git] / src / odhcpd.h
index a1d89e88b12279b4933ecfbd3218872c4f828a29..f32f34b035e644b6c710bd893e553974ca87d6a5 100644 (file)
@@ -263,7 +263,6 @@ ssize_t odhcpd_send(int socket, struct sockaddr_in6 *dest,
                const struct interface *iface);
 int odhcpd_get_interface_dns_addr(const struct interface *iface,
                struct in6_addr *addr);
-struct interface* odhcpd_get_interface_by_name(const char *name);
 int odhcpd_get_interface_config(const char *ifname, const char *what);
 int odhcpd_get_mac(const struct interface *iface, uint8_t mac[6]);
 struct interface* odhcpd_get_interface_by_index(int ifindex);