]> git.sesse.net Git - vlc/blobdiff - include/vlc_common.h
Hide libvlc_global_data_t from plugins
[vlc] / include / vlc_common.h
index b8f71402687b177c419def903fe89d32fbd88516..0001dde096a900bac1e4c21e880a46c8d4272f6d 100644 (file)
@@ -566,7 +566,7 @@ typedef int ( * vlc_callback_t ) ( vlc_object_t *,      /* variable's object */
     variable_t *    p_vars;                                                 \
                                                                             \
     /* Stuff related to the libvlc structure */                             \
-    libvlc_global_data_t *p_libvlc_global;         /**< root of all evil */ \
+    vlc_object_t *p_libvlc_global;                 /**< root of all evil */ \
     libvlc_int_t *p_libvlc;                  /**< (root of all evil) - 1 */ \
                                                                             \
     volatile int    i_refcount;                         /**< usage count */ \