From ec0e71f4c1eefce0ae650c9340522c377a6abff3 Mon Sep 17 00:00:00 2001 From: Yunchih Chen Date: Fri, 1 Dec 2017 10:12:45 +0800 Subject: First commit --- commit.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 commit.h (limited to 'commit.h') 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); -- cgit v1.2.3