--- libelwix/inc/elwix/aarray.h 2013/01/17 10:05:35 1.1.1.1 +++ libelwix/inc/elwix/aarray.h 2013/03/19 17:02:12 1.1.1.1.6.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aarray.h,v 1.1.1.1 2013/01/17 10:05:35 misho Exp $ +* $Id: aarray.h,v 1.1.1.1.6.1 2013/03/19 17:02:12 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -183,7 +183,7 @@ inline void *array_Elem(array_t * __restrict arr, int * @nogrow = Don't grow array if not enough space * return: -1 not found empty position, array is full!, >-1 return position of stored element into array */ -inline int array_Push(array_t * __restrict arr, void **data, int nogrow); +inline int array_Push(array_t * __restrict arr, void *data, int nogrow); /* * array_Pop() - Pop element from dynamic array like stack manner, last used position *