Mercurial > mplayer.hg
changeset 7279:1d9f22a32d98
Humm, only if __DEBUG_URL is defined, declare the prototype...
author | bertrand |
---|---|
date | Thu, 05 Sep 2002 05:04:12 +0000 |
parents | 5d6f1bc7d64e |
children | d77c243f0456 |
files | libmpdemux/url.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/url.h Thu Sep 05 01:28:10 2002 +0000 +++ b/libmpdemux/url.h Thu Sep 05 05:04:12 2002 +0000 @@ -25,7 +25,7 @@ void url_unescape_string(char *outbuf, char *inbuf); void url_escape_string(char *outbuf, char *inbuf); -#ifndef __URL_DEBUG +#ifdef __URL_DEBUG void url_debug(URL_t* url); #endif // __URL_DEBUG