From 848c35b252ebfff3d8789dba19987a25d8a5fc6d Mon Sep 17 00:00:00 2001 From: bertrand Date: Mon, 11 Feb 2002 05:19:11 +0000 Subject: Removed the url_copy function , since it was badly implemented, and a url_new can do the job. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4654 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/url.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libmpdemux/url.h') diff --git a/libmpdemux/url.h b/libmpdemux/url.h index 6679d97501..9ec7bf3152 100644 --- a/libmpdemux/url.h +++ b/libmpdemux/url.h @@ -20,7 +20,6 @@ typedef struct { } URL_t; URL_t* url_new(char* url); -URL_t* url_copy(URL_t* url); void url_free(URL_t* url); void url_unescape_string(char *outbuf, char *inbuf); -- cgit v1.2.3