libgit2

git_smart_subtransport_ssh

Version:

Create an instance of the ssh subtransport.

Signature

int git_smart_subtransport_ssh(git_smart_subtransport **out, git_transport *owner);

Parameters

In
out

The newly created subtransport

In
owner

The smart transport to own this subtransport

Returns

int

0 or an error code

Versions