summaryrefslogtreecommitdiffstats
path: root/libmpdemux
diff options
context:
space:
mode:
authorbertrand <bertrand@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-05 05:04:12 +0000
committerbertrand <bertrand@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-05 05:04:12 +0000
commit08ee46ae5d892bd1dcce3391fcbb852735055c47 (patch)
tree28b9fc3d1b079496b3984fe93552c8a0de646e09 /libmpdemux
parent5d172094ccdce86a99a291a5e7c6fae926e1c1a8 (diff)
downloadmpv-08ee46ae5d892bd1dcce3391fcbb852735055c47.tar.bz2
mpv-08ee46ae5d892bd1dcce3391fcbb852735055c47.tar.xz
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
Diffstat (limited to 'libmpdemux')
-rw-r--r--libmpdemux/url.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/url.h b/libmpdemux/url.h
index 9ec7bf3152..9e45e00dcc 100644
--- a/libmpdemux/url.h
+++ b/libmpdemux/url.h
@@ -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