--- libaitwww/src/url.c 2013/01/17 14:52:44 1.3.4.1 +++ libaitwww/src/url.c 2013/05/26 20:30:43 1.3.4.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: url.c,v 1.3.4.1 2013/01/17 14:52:44 misho Exp $ +* $Id: url.c,v 1.3.4.2 2013/05/26 20:30:43 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -52,7 +52,7 @@ SUCH DAMAGE. * @url = Input URL * return: -1 error or 0 ok */ -inline int +int www_URLInit(struct tagIOURL * __restrict url) { if (!url) @@ -220,7 +220,7 @@ www_URLGetFile(struct tagIOURL * __restrict url, ait_v * @url = Input parsed URL * return: none */ -inline void +void www_URLFree(struct tagIOURL * __restrict url) { AIT_FREE_VAL(&url->url_tech);