libgit2

git_transport_cb

Version:

Signature of a function which creates a transport.

Signature

typedef int git_transport_cb(git_transport **out, git_remote *owner, void *param);

Parameters

In
out

the transport generate

In
owner

the owner for the transport

void *
In
param

the param to the transport creation

Returns

int

0 on success or an error code

Parameter To

Versions