]> git.proxmox.com Git - libgit2.git/blobdiff - src/filebuf.h
New upstream version 1.4.3+dfsg.1
[libgit2.git] / src / filebuf.h
index 9d53bc3076fa2f4c84ba119e0d8d5776d3b31727..adbb19936ad7e8c11afdeba148540e852a1ead6e 100644 (file)
@@ -87,7 +87,7 @@ int git_filebuf_open_withsize(git_filebuf *file, const char *path, int flags, mo
 int git_filebuf_commit(git_filebuf *lock);
 int git_filebuf_commit_at(git_filebuf *lock, const char *path);
 void git_filebuf_cleanup(git_filebuf *lock);
-int git_filebuf_hash(git_oid *oid, git_filebuf *file);
+int git_filebuf_hash(unsigned char *out, git_filebuf *file);
 int git_filebuf_flush(git_filebuf *file);
 int git_filebuf_stats(time_t *mtime, size_t *size, git_filebuf *file);