From e008b657186333264a24a6f3a4535fe7d994e007 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Tue, 30 Sep 2008 18:40:56 +0300 Subject: [PATCH] Unexport vlc_object_waitpipe --- include/vlc_objects.h | 4 ---- src/libvlc.h | 1 + src/libvlccore.sym | 1 - 3 files changed, 1 insertion(+), 5 deletions(-) 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 -- 2.39.2