--- libaitwww/src/tools.c 2013/01/17 14:52:44 1.4.4.1 +++ libaitwww/src/tools.c 2013/05/26 20:30:43 1.4.4.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: tools.c,v 1.4.4.1 2013/01/17 14:52:44 misho Exp $ +* $Id: tools.c,v 1.4.4.2 2013/05/26 20:30:43 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -137,7 +137,7 @@ www_getpair(char ** __restrict str, const char *delim) * @str = string * return: digit */ -inline char +char www_x2c(const char *str) { register char digit; @@ -157,7 +157,7 @@ www_x2c(const char *str) * @str = string * return: none */ -inline void +void www_unescape(char * __restrict str) { register int i, j;