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