mirror of
https://git.netfilter.org/nftables
synced 2026-01-27 10:54:08 +00:00
Preparation patch to avoid putting more trace functionality into netlink.c. Signed-off-by: Florian Westphal <fw@strlen.de> Reviewed-by: Pablo Neira Ayuso <pablo@netfilter.org>
9 lines
244 B
C
9 lines
244 B
C
#ifndef NFTABLES_TRACE_H
|
|
#define NFTABLES_TRACE_H
|
|
#include <linux/netlink.h>
|
|
|
|
struct netlink_mon_handler;
|
|
int netlink_events_trace_cb(const struct nlmsghdr *nlh, int type,
|
|
struct netlink_mon_handler *monh);
|
|
#endif /* NFTABLES_TRACE_H */
|