--- libaitsess/inc/aitsess.h 2012/02/27 23:57:12 1.4.2.3 +++ libaitsess/inc/aitsess.h 2012/02/28 00:13:26 1.4.2.4 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitsess.h,v 1.4.2.3 2012/02/27 23:57:12 misho Exp $ +* $Id: aitsess.h,v 1.4.2.4 2012/02/28 00:13:26 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -168,7 +168,7 @@ void mpool_destroy(mpool_t ** __restrict mp); * @atmost = Free at most in buckets * return: -1 error or 0 ok */ -int mpool_purge(mpool_t * __restrict mp, int atmost); +int mpool_purge(mpool_t * __restrict mp, unsigned int atmost); /* * mpool_malloc() - Memory allocation *