--- libaitwww/inc/aitwww.h 2012/07/31 22:59:33 1.3.4.2 +++ libaitwww/inc/aitwww.h 2012/08/06 12:02:05 1.4.2.3 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitwww.h,v 1.3.4.2 2012/07/31 22:59:33 misho Exp $ +* $Id: aitwww.h,v 1.4.2.3 2012/08/06 12:02:05 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -249,6 +249,13 @@ inline char www_x2c(const char *str); * return: none */ inline void www_unescape(char * __restrict str); +/* + * www_undot() - Undotted and clean WWW query filename + * + * @pname = query filename + * return: =NULL error or !=NULL allocated valid filename, after use you must call io_freeVar() + */ +ait_val_t *www_undot(const char * __restrict pname); /*