summaryrefslogtreecommitdiff
path: root/include/git2/sys/refdb_backend.h
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2020-03-24 19:43:43 +0100
committerPatrick Steinhardt <ps@pks.im>2020-03-24 19:43:43 +0100
commit3ff71a888619335878820bca28285fee56fccfde (patch)
treefbcd04103850883cb954cf0211fc96ba3e111b1a /include/git2/sys/refdb_backend.h
parent1ee3afb3138224cb3da9ac3727a802a2768dce4b (diff)
downloadlibgit2-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.h4
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
*