libgit2

git_stream_close_cb

Version:

Close the stream

Signature

typedef int git_stream_close_cb(git_stream *stream);

Parameters

In
stream

the stream to close

Returns

int

0 on succes, or an error code

Versions