--- libaitwww/src/mime.c 2013/01/17 14:52:44 1.4.6.1 +++ libaitwww/src/mime.c 2013/05/26 20:30:43 1.4.6.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: mime.c,v 1.4.6.1 2013/01/17 14:52:44 misho Exp $ +* $Id: mime.c,v 1.4.6.2 2013/05/26 20:30:43 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -548,7 +548,7 @@ mime_parseHeader(struct tagMIME * __restrict m, const * @name = Header name * return: NULL not found or !=NULL value */ -inline const char * +const char * mime_getValue(struct tagMIME * __restrict m, const char *name) { struct tagCGI *c;