[Mplayer-cvslog] CVS: main/libmpdemux url.h,1.7,1.8
Bertrand Baudet
bertrand at mplayerhq.hu
Thu Sep 5 07:04:29 CEST 2002
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv25182
Modified Files:
url.h
Log Message:
Humm, only if __DEBUG_URL is defined, declare the prototype...
Index: url.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/url.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- url.h 11 Feb 2002 05:19:11 -0000 1.7
+++ url.h 5 Sep 2002 05:04:12 -0000 1.8
@@ -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
More information about the MPlayer-cvslog
mailing list