]> git.sesse.net Git - vlc/blobdiff - include/vlc_url.h
make_URI: make a URI out of a path, if needed
[vlc] / include / vlc_url.h
index 271e4d2702fd32916ff187ec2295619c10e9048a..448c685435182eee1e5e59ffca78a5712afc9eff 100644 (file)
@@ -50,6 +50,7 @@ VLC_EXPORT( void, unescape_URI, ( char *psz ) );
 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_UrlParse: