]> git.sesse.net Git - vlc/blobdiff - include/vlc_configuration.h
Export config_Get*Dir
[vlc] / include / vlc_configuration.h
index fca42f66d0ad716754934c925566338761865697..0a28c6912a60e69a9edf23f60426485b8b035b31 100644 (file)
@@ -215,6 +215,9 @@ VLC_EXPORT( void,   __config_ResetAll, ( vlc_object_t * ) );
 VLC_EXPORT( module_config_t *, config_FindConfig,( vlc_object_t *, const char * ) );
 
 VLC_EXPORT(const char *, config_GetDataDir, ( void ));
+VLC_EXPORT(char *, config_GetConfigDir, ( void ) );
+VLC_EXPORT(char *, config_GetUserDataDir, ( void ) );
+VLC_EXPORT(char *, config_GetCacheDir, ( void ) );
 
 VLC_EXPORT( void,       __config_AddIntf,    ( vlc_object_t *, const char * ) );
 VLC_EXPORT( void,       __config_RemoveIntf, ( vlc_object_t *, const char * ) );