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.

@param prefix From the previous call to git_transport_register @return 0 or an error code

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

Meta