]> git.sesse.net Git - vlc/blobdiff - include/vlc_configuration.h
Revert "sd: Make most members private."
[vlc] / include / vlc_configuration.h
index 4360fad7d632dfd5fddb07e2be7cd14389275f1e..e9f88f07e6238458a81fa0f14c82f6f2c45572cd 100644 (file)
@@ -215,6 +215,7 @@ VLC_EXPORT( void,   config_ResetAll, ( vlc_object_t * ) );
 VLC_EXPORT( module_config_t *, config_FindConfig,( vlc_object_t *, const char * ) LIBVLC_USED );
 VLC_EXPORT(char *, config_GetDataDir, ( vlc_object_t * ) LIBVLC_USED);
 #define config_GetDataDir(a) config_GetDataDir(VLC_OBJECT(a))
+VLC_EXPORT(const char *, config_GetLibDir, ( void ) LIBVLC_USED);
 VLC_EXPORT(const char *, config_GetConfDir, ( void ) LIBVLC_USED);
 
 typedef enum vlc_userdir