artiClientBootstrap function

bool artiClientBootstrap(
  1. Pointer<Void> client
)

Boots the Tor client.

Implementation

bool artiClientBootstrap(Pointer<Void> client) {
  return _bindings.arti_client_bootstrap(client);
}