Diff for /libaitio/src/Attic/vars.c between versions 1.11.4.1 and 1.11.4.2

version 1.11.4.1, 2012/07/31 15:02:35 version 1.11.4.2, 2012/07/31 15:19:11
Line 466  io_freeVar(ait_val_t ** __restrict val) Line 466  io_freeVar(ait_val_t ** __restrict val)
 /*  /*
  * io_makeVar() - Allocate memory and fill variable   * io_makeVar() - Allocate memory and fill variable
  *   *
    * @type = type of variable
    * @... = arg1 is value of variable
    * @... = arg2 is length of variabla. Not required for numbers and strings!
  * return: NULL error or new variable, after use free variable with io_freeVar()   * return: NULL error or new variable, after use free variable with io_freeVar()
  */   */
 ait_val_t *  ait_val_t *

Removed from v.1.11.4.1  
changed lines
  Added in v.1.11.4.2


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