aboutsummaryrefslogtreecommitdiffstats
path: root/include/commit.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/commit.h')
-rw-r--r--include/commit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commit.h b/include/commit.h
index 7013bb1..2e16571 100644
--- a/include/commit.h
+++ b/include/commit.h
@@ -3,7 +3,7 @@
#include "common.h"
void nfl_commit_init();
-void nfl_commit_worker(nfl_header_t *header, nfl_entry_t *store,
+int nfl_commit_worker(nfl_header_t *header, nfl_entry_t *store,
enum nfl_compression_t compression_opt,
bool truncate,
const char *filename);