aboutsummaryrefslogtreecommitdiffstats
path: root/commit.h
diff options
context:
space:
mode:
authorYunchih Chen <yunchih.cat@gmail.com>2017-12-01 10:12:45 +0800
committerYunchih Chen <yunchih.cat@gmail.com>2017-12-01 10:12:45 +0800
commitec0e71f4c1eefce0ae650c9340522c377a6abff3 (patch)
treefda235af8b7fada9456b8dec29f006fc570c4400 /commit.h
downloadnfcollect-ec0e71f4c1eefce0ae650c9340522c377a6abff3.tar
nfcollect-ec0e71f4c1eefce0ae650c9340522c377a6abff3.tar.gz
nfcollect-ec0e71f4c1eefce0ae650c9340522c377a6abff3.tar.bz2
nfcollect-ec0e71f4c1eefce0ae650c9340522c377a6abff3.tar.lz
nfcollect-ec0e71f4c1eefce0ae650c9340522c377a6abff3.tar.xz
nfcollect-ec0e71f4c1eefce0ae650c9340522c377a6abff3.tar.zst
nfcollect-ec0e71f4c1eefce0ae650c9340522c377a6abff3.zip
First commit
Diffstat (limited to 'commit.h')
-rw-r--r--commit.h5
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);