diff options
Diffstat (limited to 'include/commit.h')
-rw-r--r-- | include/commit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/commit.h b/include/commit.h index e01d020..7013bb1 100644 --- a/include/commit.h +++ b/include/commit.h @@ -5,6 +5,7 @@ void nfl_commit_init(); void nfl_commit_worker(nfl_header_t *header, nfl_entry_t *store, enum nfl_compression_t compression_opt, + bool truncate, const char *filename); #endif |