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

version 1.4.2.2, 2013/08/20 22:23:35 version 1.6.8.1, 2014/01/29 14:15:58
Line 12  terms: Line 12  terms:
 All of the documentation and software included in the ELWIX and AITNET  All of the documentation and software included in the ELWIX and AITNET
 Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org>  Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org>
   
Copyright 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013Copyright 2004 - 2014
         by Michael Pounov <misho@elwix.org>.  All rights reserved.          by Michael Pounov <misho@elwix.org>.  All rights reserved.
   
 Redistribution and use in source and binary forms, with or without  Redistribution and use in source and binary forms, with or without
Line 504  void ait_freeVars(array_t ** __restrict vars); Line 504  void ait_freeVars(array_t ** __restrict vars);
  * return: NULL error or !=NULL ait_val_t element   * return: NULL error or !=NULL ait_val_t element
  */   */
 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
  *   *

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


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