diff options
Diffstat (limited to 'c_src/filebuffer.h')
-rw-r--r-- | c_src/filebuffer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/c_src/filebuffer.h b/c_src/filebuffer.h index b2fb7ef..f98d20d 100644 --- a/c_src/filebuffer.h +++ b/c_src/filebuffer.h @@ -27,6 +27,8 @@ uint64_t bf_total_length(buffered_file *file); uint64_t bf_lastcommit(buffered_file *file); +void +bf_setlastcommit(buffered_file *file, uint64_t lastcommit); const char * bf_name(buffered_file *file); |