]> git.sesse.net Git - vlc/blobdiff - src/misc/objects.c
include/vlc_objects.h: Use the usual macro trick, to publish a function that take...
[vlc] / src / misc / objects.c
index 734cb3502ad6343d2b8b23709998146f35b5f30c..b67ea08c92b8081a25ef8977a91808028b87a66f 100644 (file)
@@ -482,7 +482,7 @@ void __vlc_object_unlock( vlc_object_t *obj )
  * @param obj object that would be signaled (object lock MUST hold)
  * @return a readable pipe descriptor, or -1 on error.
  */
-int vlc_object_waitpipe( vlc_object_t *obj )
+int __vlc_object_waitpipe( vlc_object_t *obj )
 {
     int *pipes = obj->p_internals->pipes;
     vlc_assert_locked( &obj->object_lock );