Function gnunet_sys::GNUNET_IDENTITY_ego_lookup[][src]

pub unsafe extern "C" fn GNUNET_IDENTITY_ego_lookup(
    cfg: *const GNUNET_CONFIGURATION_Handle,
    name: *const c_char,
    cb: GNUNET_IDENTITY_EgoCallback,
    cb_cls: *mut c_void
) -> *mut GNUNET_IDENTITY_EgoLookup

Lookup an ego by name.

@param cfg configuration to use @param name name to look up @param cb callback to invoke with the result @param cb_cls closure for @a cb @return NULL on error