--- libaitio/src/aitio.c 2011/11/02 16:10:25 1.7.2.2 +++ libaitio/src/aitio.c 2011/11/03 14:22:03 1.7.2.3 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitio.c,v 1.7.2.2 2011/11/02 16:10:25 misho Exp $ +* $Id: aitio.c,v 1.7.2.3 2011/11/03 14:22:03 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -352,12 +352,12 @@ ioRegexReplace(const char *csRegex, const char *csData } /* - * ioVarAst() Function for evaluate string like asterisk variable "{text[:[-]#[:#]]}" + * ioStrAst() Function for evaluate string like asterisk variable "{text[:[-]#[:#]]}" * @csString = Input string * return: NULL error, !=NULL Allocated new string evaluated from input string, must be free() */ char * -ioVarAst(const char *csString) +ioStrAst(const char *csString) { char *ext, *str, *out = NULL; int e[2] = { 0 };