]> git.sesse.net Git - vlc/blobdiff - include/vlc_strings.h
vod rtsp : unpause srteam after seeking
[vlc] / include / vlc_strings.h
index 82d947a30939fdfa043f05a4ad63096e66d511e8..c04801b9e3604f0844abb7db5fffb1a0026c923d 100644 (file)
 #ifndef VLC_STRINGS_H
 #define VLC_STRINGS_H 1
 
+/**
+ * \file
+ * This file defines functions and structures handling misc strings
+ */
+
 /**
  * \defgroup strings Strings
  * @{
@@ -45,7 +50,7 @@ VLC_EXPORT( char *, __str_format_meta, ( vlc_object_t *, const char * ) );
 #define str_format( a, b ) __str_format( VLC_OBJECT( a ), b )
 VLC_EXPORT( char *, __str_format, ( vlc_object_t *, const char * ) );
 
-VLC_EXPORT( void, filename_sanitize, ( char * ) );
+VLC_EXPORT( char *, filename_sanitize, ( const char * ) ) LIBVLC_USED;
 VLC_EXPORT( void, path_sanitize, ( char * ) );
 
 /**