--- libaitwww/src/mime.c 2013/01/17 14:52:44 1.4.6.1 +++ libaitwww/src/mime.c 2013/05/30 09:25:35 1.5 @@ -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.5 2013/05/30 09:25:35 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;