Diff for /libaitio/inc/aitio.h between versions 1.24.2.3 and 1.24.2.4

version 1.24.2.3, 2012/08/28 08:53:32 version 1.24.2.4, 2012/08/29 13:30:28
Line 609  inline void io_sortVarsByVal(array_t * __restrict vars Line 609  inline void io_sortVarsByVal(array_t * __restrict vars
  */   */
 ait_val_t *io_findKeyVars(array_t * __restrict vars, u_short key);  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   * io_hashKeyVars() - Generate hash keys for variables
  *   *
  * @vars = Variables   * @vars = Variables

Removed from v.1.24.2.3  
changed lines
  Added in v.1.24.2.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>