blob: b0e54c49d5c1ee3331d707b1facd59fb2640db52 [file] [log] [blame]
#include <netdb.h>
struct netent *getnetbyaddr(uint32_t net, int type)
{
return 0;
}
stub_warning(getnetbyaddr);