git_transport_smart

Create an instance of the smart transport.

package extern (C) nothrow @nogc
int
git_transport_smart

Parameters

out_ .git_transport**

The newly created transport (out)

owner libgit2_d.types.git_remote*

The git_remote which will own this transport

payload void*

A pointer to a git_smart_subtransport_definition

Return Value

Type: int

0 or an error code

Meta