--- libelwix/inc/elwix/anet.h 2013/06/03 14:00:26 1.3 +++ libelwix/inc/elwix/anet.h 2013/06/03 22:50:00 1.4 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: anet.h,v 1.3 2013/06/03 14:00:26 misho Exp $ +* $Id: anet.h,v 1.4 2013/06/03 22:50:00 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -143,6 +143,13 @@ int e_addrcmp(sockaddr_t * __restrict a, sockaddr_t * * return: -1 error, 0 match or 1 not match */ int e_innet(netaddr_t * __restrict net, inaddr_t * __restrict addr); +/* + * e_getnet() - Get network from string + * + * @net = Network string (format: ) + * return: NULL error or !=NULL network should be e_free() + */ +netaddr_t *e_getnet(const char *net); #endif