Function gnunet_sys::GNUNET_IDENTITY_delete[][src]

pub unsafe extern "C" fn GNUNET_IDENTITY_delete(
    id: *mut GNUNET_IDENTITY_Handle,
    name: *const c_char,
    cb: GNUNET_IDENTITY_Continuation,
    cb_cls: *mut c_void
) -> *mut GNUNET_IDENTITY_Operation

Delete an existing ego.

@param id identity service to use @param name name of the identity to delete @param cb function to call with the result (will only be called once) @param cb_cls closure for @a cb @return handle to abort the operation