libgit2

git_smart_subtransport_cb

Version:

A function that creates a new subtransport for the smart transport

Signature

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

Parameters

In
out

the smart subtransport

In
owner

the transport owner

void *
In
param

the input parameter

Returns

int

0 on success, or an error code

Versions