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

Fix linking

parent e008b657
......@@ -395,7 +395,7 @@ error:
* @param obj object that would be "killed"
* @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 pfd[2] = { -1, -1 };
vlc_object_internals_t *internals = vlc_internals( obj );
......
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