Function gnunet_sys::GNUNET_DISK_get_handle_from_int_fd[][src]

pub unsafe extern "C" fn GNUNET_DISK_get_handle_from_int_fd(
    fno: c_int
) -> *mut GNUNET_DISK_FileHandle

Get a handle from a native integer FD.

@param fno native integer file descriptor @return file handle corresponding to the descriptor