mirror of
https://github.com/mpv-player/mpv
synced 2025-02-20 14:56:55 +00:00
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:
parent
5d172094cc
commit
08ee46ae5d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user