1 /**
2  * @file sa.h  Internal interface to Socket Address
3  *
4  * Copyright (C) 2010 Creytiv.com
5  */
6 
7 
8 /* Net ntop/pton */
9 int net_inet_ntop(const struct sa *sa, char *buf, int size);
10 int net_inet_pton(const char *addr, struct sa *sa);
11