--- libaitcli/inc/aitcli.h 2011/05/29 22:49:25 1.4 +++ libaitcli/inc/aitcli.h 2012/05/23 15:15:19 1.4.2.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitcli.h,v 1.4 2011/05/29 22:49:25 misho Exp $ +* $Id: aitcli.h,v 1.4.2.1 2012/05/23 15:15:19 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -346,7 +346,7 @@ inline int cli_telnet_SetCmd(struct telnetAttrs *attr, * @nCaps = number of capability options * @attr = input attribute * @nAttr = number of input attributes - * @ans = output answered attributes, must be free() after use + * @ans = output answered attributes, must be io_free() after use * @Ans = number of output answered attributes * return: -1 can`t answer; !=-1 ok */ @@ -503,7 +503,7 @@ int cliInitLine(linebuffer_t * __restrict buffer); /* * cliReadLine() Read line from opened CLI session * @buffer = CLI buffer - * return: NULL if error or !=NULL readed line, must be free after use! + * return: NULL if error or !=NULL readed line, must be io_free after use! */ char *cliReadLine(linebuffer_t * __restrict buffer);