diff options
author | Yunchih Chen <yunchih.cat@gmail.com> | 2018-03-18 19:57:44 +0800 |
---|---|---|
committer | Yunchih Chen <yunchih.cat@gmail.com> | 2018-03-18 19:57:44 +0800 |
commit | 7f43f3ee5075b784ce458427c44ae1c78e0019f2 (patch) | |
tree | 87ade8f838709ea53a7e411a4e6e669cec03f60b /include/commit.h | |
parent | 20cf5af5efee4685271b083de23b6e66ba48d3f1 (diff) | |
download | nfcollect-7f43f3ee5075b784ce458427c44ae1c78e0019f2.tar.gz nfcollect-7f43f3ee5075b784ce458427c44ae1c78e0019f2.tar.zst nfcollect-7f43f3ee5075b784ce458427c44ae1c78e0019f2.zip |
Consistent variable / type naming
Diffstat (limited to 'include/commit.h')
-rw-r--r-- | include/commit.h | 4 |
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 |