blob: 23f924eef180108cb3121739581e430ef9c23e1d [file] [log] [blame]
#include <netdb.h>
struct netent* getnetbyaddr(uint32_t net, int type) {
return 0;
}
struct netent* getnetbyname(const char* name) {
return 0;
}