Diff for /libelwix/inc/elwix/avar.h between versions 1.4.2.2 and 1.5.2.2

version 1.4.2.2, 2013/08/20 22:23:35 version 1.5.2.2, 2013/08/22 08:48:08
Line 505  void ait_freeVars(array_t ** __restrict vars); Line 505  void ait_freeVars(array_t ** __restrict vars);
  */   */
 ait_val_t *ait_getVars(array_t ** __restrict vars, int n);  ait_val_t *ait_getVars(array_t ** __restrict vars, int n);
 /*  /*
    * ait_resideVars() - Calculate footprint of resided variables into array
    *
    * @vars = Variable array
    * return: bytes for whole array
    */
   size_t ait_resideVars(array_t * __restrict vars);
   /*
  * ait_sortVarsByKey() - Sorting array with variables by key   * ait_sortVarsByKey() - Sorting array with variables by key
  *   *
  * @vars = Variable array   * @vars = Variable array

Removed from v.1.4.2.2  
changed lines
  Added in v.1.5.2.2


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