Function gnunet_sys::GNUNET_DISK_file_close[][src]

pub unsafe extern "C" fn GNUNET_DISK_file_close(
    h: *mut GNUNET_DISK_FileHandle
) -> GNUNET_GenericReturnValue

Close an open file.

@param h file handle @return #GNUNET_OK on success, #GNUNET_SYSERR otherwise