Function gnunet_sys::GNUNET_OP_remove[][src]

pub unsafe extern "C" fn GNUNET_OP_remove(
    h: *mut GNUNET_OP_Handle,
    op_id: u64
) -> c_int

Remove / cancel an operation.

@param h Operations handle. @param op_id Operation ID.

@return #GNUNET_YES if the operation was found and removed, #GNUNET_NO if the operation was not found.