aboutsummaryrefslogtreecommitdiffstats
path: root/include/commit.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/commit.h')
-rw-r--r--include/commit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/commit.h b/include/commit.h
index 8181f89..e01d020 100644
--- a/include/commit.h
+++ b/include/commit.h
@@ -3,8 +3,8 @@
#include "common.h"
void nfl_commit_init();
-void nfl_commit_worker(nflog_header_t *header, nflog_entry_t *store,
- enum nflog_compression_t compression_opt,
+void nfl_commit_worker(nfl_header_t *header, nfl_entry_t *store,
+ enum nfl_compression_t compression_opt,
const char *filename);
#endif