[−][src]Function ffmpeg_dev::sys::ffurl_accept
pub unsafe extern "C" fn ffurl_accept(
s: *mut URLContext,
c: *mut *mut URLContext
) -> c_int
Accept an URLContext c on an URLContext s
@param s server context @param c client context, must be unallocated. @return >= 0 on success, ff_neterrno() on failure.