summaryrefslogtreecommitdiff
path: root/src/network/netname.c
blob: ba6e665681ab76414a82c57114e34fb36653090c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#include <netdb.h>

struct netent *getnetbyaddr(uint32_t net, int type)
{
	return 0;
}

struct netent *getnetbyname(const char *name)
{
	return 0;
}