--- libelwix/inc/elwix/aiov.h 2021/03/19 03:07:11 1.1.2.4 +++ libelwix/inc/elwix/aiov.h 2021/03/21 01:31:07 1.1.2.5 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aiov.h,v 1.1.2.4 2021/03/19 03:07:11 misho Exp $ +* $Id: aiov.h,v 1.1.2.5 2021/03/21 01:31:07 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -140,6 +140,14 @@ int iov_PushPair(iovec_t * __restrict iov, const char */ int iov_PopPair(iovec_t * __restrict iov, char *name, size_t *namlen, void *data, size_t *datlen, int mustfree); +/* + * iov_FreePairs() - Free pairs/named data in iovec array + * + * @iov = iovec array + * @mustfree = data must be free before delete + * return: -1 error or 0 ok + */ +int iov_FreePairs(iovec_t * __restrict iov, int mustfree); /* * iov_Debug() - Debug of iovec array