]> git.sesse.net Git - vlc/blobdiff - include/vlc_configuration.h
Remove libvlc->psz_homedir and use config_GetHomeDir() instead
[vlc] / include / vlc_configuration.h
index e65f8b0606b2df1073829f5792678ae4210ed889..15c6a2202083577b92f0a37cc3602b34f01b8cdc 100644 (file)
@@ -216,6 +216,7 @@ VLC_EXPORT( module_config_t *, config_FindConfig,( vlc_object_t *, const char *
 
 VLC_EXPORT(const char *, config_GetDataDir, ( void ));
 VLC_EXPORT(const char *, config_GetConfDir, ( void ) );
+VLC_EXPORT(const char *, config_GetHomeDir, ( void ));
 VLC_EXPORT(char *, config_GetUserConfDir, ( void ) );
 VLC_EXPORT(char *, config_GetUserDataDir, ( void ) );
 VLC_EXPORT(char *, config_GetCacheDir, ( void ) );