aboutsummaryrefslogtreecommitdiffstats
path: root/commit.h
blob: d61fbe260c09bd488985859b5a0179b0c32d355f (plain) (blame)
1
2
3
4
5
6
7
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