--- libaitwww/inc/aitwww.h 2012/08/06 11:08:08 1.4.2.1 +++ 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.4.2.1 2012/08/06 11:08:08 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 @@ -252,10 +252,10 @@ inline void www_unescape(char * __restrict str); /* * www_undot() - Undotted and clean WWW query filename * - * @fname = query filename - * return: none + * @pname = query filename + * return: =NULL error or !=NULL allocated valid filename, after use you must call io_freeVar() */ -void www_undot(const char * __restrict fname); +ait_val_t *www_undot(const char * __restrict pname); /*