Diff for /libelwix/inc/elwix/avar.h between versions 1.5.2.1 and 1.6

version 1.5.2.1, 2013/08/21 16:04:14 version 1.6, 2013/08/22 15:21:25
Line 508  ait_val_t *ait_getVars(array_t ** __restrict vars, int Line 508  ait_val_t *ait_getVars(array_t ** __restrict vars, int
  * ait_resideVars() - Calculate footprint of resided variables into array   * ait_resideVars() - Calculate footprint of resided variables into array
  *   *
  * @vars = Variable array   * @vars = Variable array
 * return: -1 error or !=-1 bytes for whole array * return: bytes for whole array
  */   */
ssize_t ait_resideVars(array_t * __restrict vars);size_t ait_resideVars(array_t * __restrict vars);
 /*  /*
  * ait_sortVarsByKey() - Sorting array with variables by key   * ait_sortVarsByKey() - Sorting array with variables by key
  *   *

Removed from v.1.5.2.1  
changed lines
  Added in v.1.6


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