Function gnunet_sys::GNUNET_DISK_get_handle_from_native[][src]

pub unsafe extern "C" fn GNUNET_DISK_get_handle_from_native(
    fd: *mut FILE
) -> *mut GNUNET_DISK_FileHandle

Get a handle from a native FD.

@param fd native file descriptor @return file handle corresponding to the descriptor