libgit2

git_transport_unregister

Version:

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

Signature

int git_transport_unregister(const char *prefix, unsigned int priority);

Parameters

const char *
In
prefix

From the previous call to git_transport_register

unsigned int
In
priority

From the previous call to git_transport_register

Returns

int

0 or an error code

Versions