Diff for /libaitio/src/Attic/url.c between versions 1.2 and 1.3

version 1.2, 2010/03/09 09:26:27 version 1.3, 2010/03/22 15:21:20
Line 115  int ioURLGet(const char *csURL, struct tagIOURL *url) Line 115  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 *      (input string will be modified! and output array must be free)
  * @psArgs = Input arguments line, after execute string is modified!!!
  * @csDelim = Delimiter(s) for separate   * @csDelim = Delimiter(s) for separate
  * @args = Output array of arguments ... (must be free() after procced function!)   * @args = Output array of arguments ... (must be free() after procced function!)
 * @nargs = Requested count of arguments * @nargs = Maximum requested count of arguments from input string psArgs
  * 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
 */  */
 inline int io_MakeArray(char * __restrict psArgs, const char *csDelim, char *** __restrict args, int nargs)  inline int io_MakeArray(char * __restrict psArgs, const char *csDelim, char *** __restrict args, int nargs)

Removed from v.1.2  
changed lines
  Added in v.1.3


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