Function libuv_sys::uv_accept [] [src]

pub unsafe extern "C" fn uv_accept(
    server: *mut uv_stream_t,
    client: *mut uv_stream_t
) -> c_int