]> git.sesse.net Git - vlc/blobdiff - include/configuration.h
* ALL: New p_vlc->psz_userdir. This is different from psz_homedir in
[vlc] / include / configuration.h
index b33e97f13cf54521364a1b96cff090647cd56f21..ac9848c82a9e1a4c54949aa959998b299df4718c 100644 (file)
@@ -180,6 +180,7 @@ VLC_EXPORT( void,   __config_PutPsz,   (vlc_object_t *, const char *, const char
 
 VLC_EXPORT( int,    __config_LoadCmdLine,  ( vlc_object_t *, int *, char *[], vlc_bool_t ) );
 VLC_EXPORT( char *,   config_GetHomeDir,     ( void ) );
+VLC_EXPORT( char *,   config_GetUserDir,     ( void ) );
 VLC_EXPORT( int,    __config_LoadConfigFile, ( vlc_object_t *, const char * ) );
 VLC_EXPORT( int,    __config_SaveConfigFile, ( vlc_object_t *, const char * ) );
 VLC_EXPORT( void,   __config_ResetAll, ( vlc_object_t * ) );