Commit e4ad52b60fc566f8d2219b8f1fa590b3d3df4e3b

Vicent Martí 2013-09-25T09:36:09

Merge pull request #1875 from ethomson/refdb_not_odb That's the refdb, it's not the odb...

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/include/git2/sys/refdb_backend.h b/include/git2/sys/refdb_backend.h
index e0a24f4..addaa86 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