libgit2

git_proxy_init_options

Version:

Initialize a proxy options structure

Signature

int git_proxy_init_options(git_proxy_options *opts, unsigned int version);

Parameters

In
opts

the options struct to initialize

unsigned int
In
version

the version of the struct, use GIT_PROXY_OPTIONS_VERSION

Returns

int

Versions