From: RĂ©mi Denis-Courmont Date: Tue, 30 Sep 2008 15:40:56 +0000 (+0300) Subject: Unexport vlc_object_waitpipe X-Git-Tag: 1.0.0-pre1~2796 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=e008b657186333264a24a6f3a4535fe7d994e007;p=vlc Unexport vlc_object_waitpipe --- diff --git a/include/vlc_objects.h b/include/vlc_objects.h index d53f4d3d6e..f1d72ec955 100644 --- a/include/vlc_objects.h +++ b/include/vlc_objects.h @@ -157,7 +157,3 @@ static inline bool __vlc_object_alive (const vlc_object_t *obj) #define vlc_object_alive(a) \ __vlc_object_alive( VLC_OBJECT(a) ) - -VLC_EXPORT( int, __vlc_object_waitpipe, ( vlc_object_t *obj )); -#define vlc_object_waitpipe(a) \ - __vlc_object_waitpipe( VLC_OBJECT(a) ) diff --git a/src/libvlc.h b/src/libvlc.h index 6ff2e23af1..9cec25961e 100644 --- a/src/libvlc.h +++ b/src/libvlc.h @@ -50,6 +50,7 @@ void vlc_threads_end( void ); /* 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); void vlc_trace (const char *fn, const char *file, unsigned line); #define vlc_backtrace() vlc_trace(__func__, __FILE__, __LINE__) diff --git a/src/libvlccore.sym b/src/libvlccore.sym index 0a8e96fb10..81995f3912 100644 --- a/src/libvlccore.sym +++ b/src/libvlccore.sym @@ -491,7 +491,6 @@ __vlc_object_set_destructor __vlc_object_signal_unlocked __vlc_object_unlock __vlc_object_wait -__vlc_object_waitpipe vlc_poll vlc_rand_bytes vlc_recvmsg