Add a custom transport definition, to be used in addition to the built-in
set of transports that come with libgit2.
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 The scheme (ending in "://") to match, i.e. "git://"
@param cb The callback used to create an instance of the transport
@param param A fixed parameter to pass to cb at creation time
@return 0 or an error code
Add a custom transport definition, to be used in addition to the built-in set of transports that come with libgit2.
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 The scheme (ending in "://") to match, i.e. "git://" @param cb The callback used to create an instance of the transport @param param A fixed parameter to pass to cb at creation time @return 0 or an error code