#ifndef NETFUNCS_H
#define NETFUNCS_H

unsigned int ip2int(const char *s);

static const char *int2ip(unsigned int ip);

#endif // NETFUNCS