]> git.sesse.net Git - vlc/blobdiff - src/libvlc.h
Hide global object within the thread and object subsystem
[vlc] / src / libvlc.h
index 394e1d987a29c5adfdc87a9e99e2a3c57fb5d405..15abf67749dac78080e51bb304b5eef068862e4e 100644 (file)
@@ -56,8 +56,8 @@ VLC_EXPORT( const char * , system_VLCPath, (void));
 /*
  * Threads subsystem
  */
-int __vlc_threads_init( vlc_object_t * );
-int __vlc_threads_end( vlc_object_t * );
+int vlc_threads_init( void );
+void vlc_threads_end( void );
 
 /** The global thread var for msg stack context
  *  We store this as a static global variable so we don't need a vlc_object_t