]> git.sesse.net Git - vlc/blobdiff - include/vlc_strings.h
Use var_Inherit* instead of var_CreateGet*.
[vlc] / include / vlc_strings.h
index 66b43a21c004de27bcaadf900cfc67e074c6c036..42304257dd97a2a1e608691298e2396fceda7de2 100644 (file)
@@ -50,7 +50,7 @@ VLC_EXPORT( char *, str_format_meta, ( vlc_object_t *, const char * ) );
 VLC_EXPORT( char *, str_format, ( vlc_object_t *, const char * ) );
 #define str_format( a, b ) str_format( VLC_OBJECT( a ), b )
 
-VLC_EXPORT( char *, filename_sanitize, ( const char * ) ) LIBVLC_USED;
+VLC_EXPORT( void, filename_sanitize, ( char * ) );
 VLC_EXPORT( void, path_sanitize, ( char * ) );
 
 /**