1 2 3 4 5 6 7 8 9 10 11 12
/* 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> #include <stdlib.h> #include <string.h> #endif /* NFTABLES_NFT_H */