diff options
Diffstat (limited to 'include/git2/odb_backend.h')
-rw-r--r-- | include/git2/odb_backend.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/git2/odb_backend.h b/include/git2/odb_backend.h index 44049b6f1..796d2b9da 100644 --- a/include/git2/odb_backend.h +++ b/include/git2/odb_backend.h @@ -55,12 +55,12 @@ struct git_odb_backend { * remaining (GIT_OID_HEXSZ - len)*4 bits * are 0s. */ - int (* read_unique_short_oid)( + int (* read_prefix)( git_oid *, void **, size_t *, git_otype *, struct git_odb_backend *, const git_oid *, - unsigned int len); + unsigned int); int (* read_header)( size_t *, git_otype *, |