--- libaitwww/inc/aitwww.h 2012/03/10 15:00:45 1.2.2.1 +++ libaitwww/inc/aitwww.h 2012/03/10 15:59:41 1.2.2.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitwww.h,v 1.2.2.1 2012/03/10 15:00:45 misho Exp $ +* $Id: aitwww.h,v 1.2.2.2 2012/03/10 15:59:41 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -234,19 +234,6 @@ int www_URLGet(const char *csURL, struct tagIOURL *url * return: -1 error:: can`t read; 0 ok */ int www_URLGetFile(struct tagIOURL *url, char * __restrict psValue, int valLen); - -/* - * www_Path2File() - Parse and make path/filename pair - * - * @csArgs = Input argument line - * @psPath = Output Path, if ==NULL path not returned - * @pathLen = Size of path array - * @psFile = Output File - * @fileLen = Size of file array - * return: 0 error format; -1 error:: can`t read; >0 ok, number of readed items - */ -inline int www_Path2File(const char * __restrict csArgs, char * __restrict psPath, - int pathLen, char * __restrict psFile, int fileLen); /* * www_XMLGet() - Parse and get data from input XML request string