--- libaitio/inc/aitio.h 2012/08/28 08:53:32 1.24.2.3 +++ libaitio/inc/aitio.h 2012/08/29 13:30:28 1.24.2.4 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitio.h,v 1.24.2.3 2012/08/28 08:53:32 misho Exp $ +* $Id: aitio.h,v 1.24.2.4 2012/08/29 13:30:28 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -608,6 +608,14 @@ inline void io_sortVarsByVal(array_t * __restrict vars * return: NULL error or not found, !=NULL valid element */ ait_val_t *io_findKeyVars(array_t * __restrict vars, u_short key); +/* + * io_findKeyHash() - Find variable by hash string from array + * + * @vars = Variables + * @key = Search string + * return: NULL error or not found, !=NULL valid element + */ +inline ait_val_t *io_findKeyHash(array_t * __restrict vars, const char * __restrict key); /* * io_hashKeyVars() - Generate hash keys for variables *