diff options
Diffstat (limited to 'commit.h')
-rw-r--r-- | commit.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/commit.h b/commit.h new file mode 100644 index 0000000..d424867 --- /dev/null +++ b/commit.h @@ -0,0 +1,5 @@ +#pragma once +#include "main.h" + +void nfl_commit_init(); +void nfl_commit_worker(nflog_header_t* header, nflog_entry_t* store); |