Function gnunet_sys::GNUNET_IDENTITY_connect[][src]

pub unsafe extern "C" fn GNUNET_IDENTITY_connect(
    cfg: *const GNUNET_CONFIGURATION_Handle,
    cb: GNUNET_IDENTITY_Callback,
    cb_cls: *mut c_void
) -> *mut GNUNET_IDENTITY_Handle

Connect to the identity service.

@param cfg Configuration to contact the identity service. @param cb function to call on all identity events, can be NULL @param cb_cls closure for @a cb @return handle to communicate with identity service