blob: a0d1bbc48bd35b6f3564c4845170dc08d264b9c9 (
plain)
1
2
3
4
5
6
7
8
9
|
#include <git2/errors.h>
#include <git2/repository.h>
#include <git2/refdb.h>
#include <git2/sys/refs.h>
#include <git2/sys/refdb_backend.h>
int refdb_backend_test(
git_refdb_backend **backend_out,
git_repository *repo);
|