libgit2

git_stream_connect_cb

Version:

Connect the stream

Signature

typedef int git_stream_connect_cb(git_stream *stream);

Parameters

In
stream

the stream to connect

Returns

int

0 on success, or an error code

Versions