summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicent Martí <vicent@github.com>2013-09-25 09:36:09 -0700
committerVicent Martí <vicent@github.com>2013-09-25 09:36:09 -0700
commite4ad52b60fc566f8d2219b8f1fa590b3d3df4e3b (patch)
treea656b7cf4a74daf8646830641f752ea8b628e45f
parentb294f97e118818e831f07a7ba1dd4ec4ff26d62e (diff)
parente0b267afa841d89ed2258714f1a6fb444f43d33d (diff)
downloadlibgit2-e4ad52b60fc566f8d2219b8f1fa590b3d3df4e3b.tar.gz
Merge pull request #1875 from ethomson/refdb_not_odb
That's the refdb, it's not the odb...
-rw-r--r--include/git2/sys/refdb_backend.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/git2/sys/refdb_backend.h b/include/git2/sys/refdb_backend.h
index e0a24f433..addaa86fd 100644
--- a/include/git2/sys/refdb_backend.h
+++ b/include/git2/sys/refdb_backend.h
@@ -121,8 +121,8 @@ struct git_refdb_backend {
void (*free)(git_refdb_backend *backend);
};
-#define GIT_ODB_BACKEND_VERSION 1
-#define GIT_ODB_BACKEND_INIT {GIT_ODB_BACKEND_VERSION}
+#define GIT_REFDB_BACKEND_VERSION 1
+#define GIT_REFDB_BACKEND_INIT {GIT_REFDB_BACKEND_VERSION}
/**
* Constructors for default filesystem-based refdb backend