git_refdb_init_backend

Initializes a git_refdb_backend with default values. Equivalent to creating an instance with GIT_REFDB_BACKEND_INIT.

@param backend the git_refdb_backend struct to initialize @param version Version of struct; pass GIT_REFDB_BACKEND_VERSION @return Zero on success; -1 on failure.

package extern (C) nothrow @nogc
int
git_refdb_init_backend

Meta