Diff for /libaitio/inc/aitio.h between versions 1.11.2.8 and 1.11.2.9

version 1.11.2.8, 2011/08/31 12:58:27 version 1.11.2.9, 2011/08/31 13:23:25
Line 240  inline const char *io_GetError(); Line 240  inline const char *io_GetError();
  * @vars = Variable array   * @vars = Variable array
  * return: -1 error, 0 nothing done or >0 size of marshaled data   * return: -1 error, 0 nothing done or >0 size of marshaled data
  */   */
int io_vals2buffer(unsigned char **buf, int buflen, array_t *vars);int io_vals2buffer(unsigned char *buf, int buflen, array_t *vars);
 /*  /*
  * io_buffer2vals() De-marshaling data from buffer to array with variables   * io_buffer2vals() De-marshaling data from buffer to array with variables
  * @buf = Buffer   * @buf = Buffer

Removed from v.1.11.2.8  
changed lines
  Added in v.1.11.2.9


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