Commit e008b657 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Unexport vlc_object_waitpipe

parent eb2ec28e
......@@ -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) )
......@@ -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__)
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment