X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_main.h;h=1d1810efedf393ec2fe3eccb6485a24d594fbb18;hb=be378fbc80c384e2541517d6853b59411b7e67de;hp=b6c8b8c5949c8aab7f37c3381498a3633cac7f68;hpb=d6a7e4898ec7aec075b0aeb056b3c883de7be60a;p=vlc diff --git a/include/vlc_main.h b/include/vlc_main.h index b6c8b8c594..1d1810efed 100644 --- a/include/vlc_main.h +++ b/include/vlc_main.h @@ -1,9 +1,8 @@ /***************************************************************************** * main.h: access to all program variables - * Declaration and extern access to global program object. + * Declaration and extern access to LibVLC instance object. ***************************************************************************** - * Copyright (C) 1999, 2000, 2001, 2002 the VideoLAN team - * $Id$ + * Copyright (C) 1999, 2000, 2001, 2002, 2008 the VideoLAN team * * Authors: Vincent Seguin * @@ -22,10 +21,6 @@ * 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 - TYPEDEF_ARRAY(input_item_t*, input_item_array_t); /***************************************************************************** @@ -37,14 +32,9 @@ struct libvlc_int_t { VLC_COMMON_MEMBERS - /* Global properties */ - char * psz_homedir; ///< user's home directory - - playlist_t *p_playlist; ///< playlist object - + /* FIXME: this is only used by the logger module! */ global_stats_t *p_stats; ///< Global statistics - /* Structure storing the action name / key associations */ struct hotkey {