Commit 49eb715c authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

Forgotten file from previous commit.

parent 0f42f294
......@@ -89,6 +89,7 @@ struct libvlc_tag_query_t
struct libvlc_tree_t
{
libvlc_event_manager_t * p_event_manager;
int i_refcount;
void * p_item; /* For dynamic sublist */
libvlc_retain_function pf_item_retain;
......@@ -148,6 +149,7 @@ struct libvlc_media_library_t
libvlc_instance_t * p_libvlc_instance;
int i_refcount;
libvlc_media_list_t * p_mlist;
libvlc_tree_t * p_playlists_tree;
};
struct libvlc_media_discoverer_t
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment