Diff for /libaitio/inc/aitio.h between versions 1.5.2.3 and 1.5.2.4

version 1.5.2.3, 2011/02/10 19:34:52 version 1.5.2.4, 2011/02/10 19:45:07
Line 99  char *ioRegexReplace(const char *csRegex, const char * Line 99  char *ioRegexReplace(const char *csRegex, const char *
 /*  /*
  * ioVarAst() Function for evaluate string like asterisk variable "{text[:[-]#[:#]]}"   * ioVarAst() Function for evaluate string like asterisk variable "{text[:[-]#[:#]]}"
  * @csString = Input string   * @csString = Input string
  * @strLen = String length  
  * return: NULL error, !=NULL Allocated new string evaluated from input string, must be free()   * return: NULL error, !=NULL Allocated new string evaluated from input string, must be free()
 */  */
char *ioVarAst(const char *csString, int strLen);char *ioVarAst(const char *csString);
   
 /*  /*
  * io_Path2File() Parse and make path/filename pair   * io_Path2File() Parse and make path/filename pair

Removed from v.1.5.2.3  
changed lines
  Added in v.1.5.2.4


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