summaryrefslogtreecommitdiffstats
path: root/include/internal.h
blob: 7839fd8a980c00902a0bdbd37b7e92bd99e4f7b3 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _LIBNETFILTER_LOG_INTERNAL_H
#define _LIBNETFILTER_LOG_INTERNAL_H

struct nflog_data
{
	struct nfattr **nfa;
};

#endif