X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=net.c;h=9b3624428d5e8a0f63df7d814783df20afa54385;hb=2934ee80367ee9d50b99ed8d7f672d1a397b4ce0;hp=a24081f5123bd5a62236ff6d8202afc4e16c009b;hpb=b414b9d3153944d860a10a45ed5db9697994b490;p=paraslash.git diff --git a/net.c b/net.c index a24081f5..9b362442 100644 --- a/net.c +++ b/net.c @@ -190,7 +190,7 @@ failed: * \return In all cases the returned string is a allocated with malloc(3) and * has to be freed by the caller. */ -char *format_url(const char *url, int default_port) +__malloc char *format_url(const char *url, int default_port) { char host[MAX_HOSTLEN]; int url_port;