diff options
Diffstat (limited to 'src/filebuf.h')
-rw-r--r-- | src/filebuf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/filebuf.h b/src/filebuf.h index 377883147..a74bb0ce1 100644 --- a/src/filebuf.h +++ b/src/filebuf.h @@ -82,5 +82,6 @@ int git_filebuf_commit_at(git_filebuf *lock, const char *path, mode_t mode); void git_filebuf_cleanup(git_filebuf *lock); int git_filebuf_hash(git_oid *oid, git_filebuf *file); int git_filebuf_flush(git_filebuf *file); +int git_filebuf_stats(time_t *mtime, size_t *size, git_filebuf *file); #endif |