blob: add18c7d260fd24999bdb871f497f1c406f9490b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#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
|