diff options
Diffstat (limited to 'src/object.h')
-rw-r--r-- | src/object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object.h b/src/object.h index 4b6793612..66be57557 100644 --- a/src/object.h +++ b/src/object.h @@ -47,7 +47,7 @@ git_object_t git_object_stringn2type(const char *str, size_t len); int git_oid__parse(git_oid *oid, const char **buffer_out, const char *buffer_end, const char *header); -void git_oid__writebuf(git_buf *buf, const char *header, const git_oid *oid); +void git_oid__writebuf(git_str *buf, const char *header, const git_oid *oid); bool git_object__is_valid( git_repository *repo, const git_oid *id, git_object_t expected_type); |