]> git.sesse.net Git - vlc/blobdiff - include/vlc_objects.h
playlist: Make playlist_archived_services_discovery_t internal.
[vlc] / include / vlc_objects.h
index f12c070939444823416e670e469b13c51d522e54..98267f7c399d100fa0f61ee155bd60ea18fc6d7f 100644 (file)
@@ -108,7 +108,6 @@ VLC_EXPORT( void, __vlc_object_yield, ( vlc_object_t * ) );
 VLC_EXPORT( void, __vlc_object_release, ( vlc_object_t * ) );
 VLC_EXPORT( vlc_list_t *, __vlc_list_find, ( vlc_object_t *, int, int ) );
 VLC_EXPORT( void, vlc_list_release, ( vlc_list_t * ) );
-VLC_EXPORT( libvlc_int_t *, vlc_current_object, ( int ) );
 
 /*}@*/
 
@@ -119,6 +118,9 @@ VLC_EXPORT( libvlc_int_t *, vlc_current_object, ( int ) );
     __vlc_object_destroy( VLC_OBJECT(a) ); \
     (a) = NULL; } while(0)
 
+#define vlc_object_kill(a) \
+    __vlc_object_kill( VLC_OBJECT(a) )
+
 #define vlc_object_detach(a) \
     __vlc_object_detach( VLC_OBJECT(a) )