X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_url.h;h=ef163d42cbda9062ce9144b4f853561af16076b1;hb=f659703fb4033420e0607d34bc7cd880a5802ea7;hp=e5b29eba2364921cd6491800d40fea7115431a46;hpb=2341f8bbc23622d0d8b8a511b7cc745d20beb878;p=vlc diff --git a/include/vlc_url.h b/include/vlc_url.h index e5b29eba23..ef163d42cb 100644 --- a/include/vlc_url.h +++ b/include/vlc_url.h @@ -48,7 +48,8 @@ struct vlc_url_t VLC_EXPORT( char *, decode_URI_duplicate, ( const char *psz ) ); VLC_EXPORT( char *, decode_URI, ( char *psz ) ); VLC_EXPORT( char *, encode_URI_component, ( const char *psz ) ); -VLC_EXPORT( char *, make_URI, ( const char *path ) ); +VLC_EXPORT( char *, make_URI, ( const char *path, const char *scheme ) ); +VLC_EXPORT( char *, make_path, ( const char *url ) ); /***************************************************************************** * vlc_UrlParse: @@ -193,12 +194,6 @@ static inline void vlc_UrlClean( vlc_url_t *url ) url->psz_buffer = NULL; } -static inline char *vlc_UrlEncode( const char *psz_url ) -{ - /* FIXME: do not encode / : ? and & _when_ not needed */ - return encode_URI_component( psz_url ); -} - #include /** Check whether a given string is not a valid URL and must hence be