blob: 7f405dbffdd132dd8e8bb9c2d42771c9347a22f5 [file] [log] [blame]
#include <errno.h>
#include <netinet/ether.h>
#include <netinet/if_ether.h>
#include <string.h>
int ether_hostton(const char *hostname, struct ether_addr *addr)
{
return 0;
}
stub_warning(ether_hostton);