--- libaitio/inc/aitio.h 2010/03/02 16:45:23 1.1.1.1.2.2 +++ libaitio/inc/aitio.h 2010/03/04 08:10:57 1.1.1.1.2.3 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitio.h,v 1.1.1.1.2.2 2010/03/02 16:45:23 misho Exp $ +* $Id: aitio.h,v 1.1.1.1.2.3 2010/03/04 08:10:57 misho Exp $ * *************************************************************************/ #ifndef __AITIO_H @@ -84,9 +84,9 @@ char *ioRegexReplace(const char *csRegex, const char * /* * 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 - * @args = Output array of arguments + * @args = Output array of arguments ... (must be free() after procced function!) * @nargs = Requested count of arguments * return: 0 error format; -1 error:: can`t read; >0 ok, number of readed items */