libgit2

git_smart_subtransport_git

Version:

Create an instance of the git subtransport.

Signature

int git_smart_subtransport_git(git_smart_subtransport **out, git_transport *owner, void *param);

Parameters

In
out

The newly created subtransport

In
owner

The smart transport to own this subtransport

void *
In
param

Returns

int

0 or an error code

Versions