diff options
Diffstat (limited to 'include/commit.h')
-rw-r--r-- | include/commit.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/commit.h b/include/commit.h new file mode 100644 index 0000000..d61fbe2 --- /dev/null +++ b/include/commit.h @@ -0,0 +1,8 @@ +#ifndef _COMMIT_H +#define _COMMIT_H + +#include "common.h" +void nfl_commit_init(); +void nfl_commit_worker(nflog_header_t* header, nflog_entry_t* store, const char* filename); + +#endif |