[vlc-devel] commit: Unexport vlc_object_waitpipe ( Rémi Denis-Courmont )

git version control git at videolan.org
Tue Sep 30 17:37:29 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Tue Sep 30 18:40:56 2008 +0300| [e008b657186333264a24a6f3a4535fe7d994e007] | committer: Rémi Denis-Courmont 

Unexport vlc_object_waitpipe

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e008b657186333264a24a6f3a4535fe7d994e007
---

 include/vlc_objects.h |    4 ----
 src/libvlc.h          |    1 +
 src/libvlccore.sym    |    1 -
 3 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/include/vlc_objects.h b/include/vlc_objects.h
index d53f4d3..f1d72ec 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 6ff2e23..9cec259 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 0a8e96f..81995f3 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




More information about the vlc-devel mailing list