diff options
Diffstat (limited to 'include/nftables.h')
-rw-r--r-- | include/nftables.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/nftables.h b/include/nftables.h index 3d96f2e3..1b368971 100644 --- a/include/nftables.h +++ b/include/nftables.h @@ -14,6 +14,7 @@ struct output_ctx { unsigned int handle; unsigned int echo; FILE *output_fp; + FILE *error_fp; }; struct nft_cache { |