re/src/sa/sa.h

11 lines
232 B
C
Raw Normal View History

2010-11-03 11:34:14 +00:00
/**
* @file sa.h Internal interface to Socket Address
*
* Copyright (C) 2010 Creytiv.com
*/
/* Net ntop/pton */
int net_inet_ntop(const struct sa *sa, char *buf, int size);
int net_inet_pton(const char *addr, struct sa *sa);