]> git.sesse.net Git - vlc/blobdiff - include/vlc_configuration.h
We don't need the .dvdread target anymore in here
[vlc] / include / vlc_configuration.h
index e65f8b0606b2df1073829f5792678ae4210ed889..d607d249273d29a93efc4e0978100003913ba1fc 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
-#if !defined( __LIBVLC__ )
-  #error You are not libvlc or one of its plugins. You cannot include this file
-#endif
-
 #ifndef _VLC_CONFIGURATION_H
 #define _VLC_CONFIGURATION_H 1
 
@@ -216,6 +212,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 ) );