Humm, only if __DEBUG_URL is defined, declare the prototype...

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7280 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
bertrand 2002-09-05 05:04:12 +00:00
parent 5d172094cc
commit 08ee46ae5d
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ void url_free(URL_t* url);
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