Diff for /libaitio/src/Attic/url.c between versions 1.1.2.2 and 1.1.2.3

version 1.1.2.2, 2010/03/02 16:45:23 version 1.1.2.3, 2010/03/04 08:10:57
Line 116  int ioURLGet(const char *csURL, struct tagIOURL *url) Line 116  int ioURLGet(const char *csURL, struct tagIOURL *url)
   
 /*  /*
  * io_MakeArray() Parse and make array of arguments values   * io_MakeArray() Parse and make array of arguments values
 * @psArgs = Input arguments line ... (will be destroed after procced function!) * @psArgs = Input arguments line
  * @csDelim = Delimiter(s) for separate   * @csDelim = Delimiter(s) for separate
 * @args = Output array of arguments * @args = Output array of arguments ... (must be free() after procced function!)
  * @nargs = Requested count of arguments   * @nargs = Requested count of arguments
  * return: 0 error format; -1 error:: can`t read; >0 ok, number of readed items   * return: 0 error format; -1 error:: can`t read; >0 ok, number of readed items
 */  */

Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3


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