]> git.sesse.net Git - vlc/blobdiff - include/vlc_main.h
Privatized p_input->i_state.
[vlc] / include / vlc_main.h
index 58dcc8e043cedc41887517b0cf8106f7978658c4..119b177bc1d960cbc48478079c615541b95ff8e7 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
+/**
+ * \file
+ * This file defines libvlc_int_t internal libvlc instance
+ */
 
 TYPEDEF_ARRAY(input_item_t*, input_item_array_t);
 
@@ -36,12 +37,9 @@ struct libvlc_int_t
 {
     VLC_COMMON_MEMBERS
 
-    /* Global properties */
-    const char *          psz_homedir;      ///< user's home directory
-
+    /* 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
     {