summaryrefslogtreecommitdiffstats
path: root/include/nft.h
blob: 967eb7bcea0965ee8c233b6662d8aea1fbe8b0a6 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-or-later */
#ifndef NFTABLES_NFT_H
#define NFTABLES_NFT_H

#include <config.h>

#include <stdbool.h>
#include <stdint.h>

#endif /* NFTABLES_NFT_H */