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 add18c7..8181f89 100644 --- a/include/commit.h +++ b/include/commit.h @@ -4,6 +4,7 @@ #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, const char *filename); #endif |