]> git.proxmox.com Git - libgit2.git/commitdiff
That's the refdb, it's not the odb...
authorEdward Thomson <ethomson@microsoft.com>
Wed, 25 Sep 2013 14:49:25 +0000 (10:49 -0400)
committerEdward Thomson <ethomson@microsoft.com>
Wed, 25 Sep 2013 14:49:25 +0000 (10:49 -0400)
include/git2/sys/refdb_backend.h

index e0a24f4338f91f85307bf2892f9d8097f6a1c41e..addaa86fd7b4f4494f38100f27d06536b278fd28 100644 (file)
@@ -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