git_transport_unregister

Unregister a custom transport definition which was previously registered with git_transport_register.

The caller is responsible for synchronizing calls to git_transport_register and git_transport_unregister with other calls to the library that instantiate transports.

package extern (C) nothrow @nogc
int
git_transport_unregister
(
const(char)* prefix
)

Parameters

prefix const(char)*

From the previous call to git_transport_register

Return Value

Type: int

0 or an error code

Meta