]> git.sesse.net Git - vlc/blobdiff - src/libvlc.h
libvlccore: vlc_thread_cancel() tangled object API
[vlc] / src / libvlc.h
index dfcaecf33139b269db074871ffeef99b19d613f5..5e476b2717d7ed816f2ac5b532583a955728986a 100644 (file)
@@ -52,6 +52,10 @@ void vlc_refcheck (vlc_object_t *obj);
 # define vlc_refcheck( obj ) (void)0
 #endif
 
+/* Hopefully, no need to export this. There is a new thread API instead. */
+void vlc_thread_cancel (vlc_object_t *);
+
+
 /*
  * CPU capabilities
  */