X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Flibvlc.h;h=3d15f9560e63dbe09241d6dc249d6ffe48b96c0a;hb=6cecd8ecf80090d4818c5aa4a9e9f00d15d982c2;hp=15a8d2150faa06a079e59840451b5d8df819be28;hpb=f18b184824b0b2cbef6df1569d36f1a56d6d7c92;p=vlc diff --git a/src/libvlc.h b/src/libvlc.h index 15a8d2150f..3d15f9560e 100644 --- a/src/libvlc.h +++ b/src/libvlc.h @@ -58,6 +58,9 @@ vlc_list_t *vlc_list_find( vlc_object_t *, int, int ); * Threads subsystem */ +/* This cannot be used as is from plugins: */ +void vlc_detach (vlc_thread_t); + /* Hopefully, no need to export this. There is a new thread API instead. */ void vlc_thread_cancel (vlc_object_t *); int vlc_object_waitpipe (vlc_object_t *obj);