blob: ebebb47d5c66db181a6ce92470772e5d04bba016 (
plain)
1
2
3
4
5
6
7
8
|
#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 */
|