diff options
author | Patrick Steinhardt <ps@pks.im> | 2020-03-24 19:43:43 +0100 |
---|---|---|
committer | Patrick Steinhardt <ps@pks.im> | 2020-03-24 19:43:43 +0100 |
commit | 3ff71a888619335878820bca28285fee56fccfde (patch) | |
tree | fbcd04103850883cb954cf0211fc96ba3e111b1a /include/git2/sys/refdb_backend.h | |
parent | 1ee3afb3138224cb3da9ac3727a802a2768dce4b (diff) | |
download | libgit2-pks/reftables-support.tar.gz |
wire up reftablepks/reftables-support
Diffstat (limited to 'include/git2/sys/refdb_backend.h')
-rw-r--r-- | include/git2/sys/refdb_backend.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/git2/sys/refdb_backend.h b/include/git2/sys/refdb_backend.h index 8e22c4f02..0bdd2242c 100644 --- a/include/git2/sys/refdb_backend.h +++ b/include/git2/sys/refdb_backend.h @@ -235,6 +235,10 @@ GIT_EXTERN(int) git_refdb_backend_fs( git_refdb_backend **backend_out, git_repository *repo); +GIT_EXTERN(int) git_refdb_backend_reftable( + git_refdb_backend **out, + git_repository *repository); + /** * Sets the custom backend to an existing reference DB * |