re/src/sa/sa.h
Alfred E. Heggestad 6648fd2393 update splash
2010-11-03 11:34:14 +00:00

10 lines
232 B
C

/**
* @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);