diff options
Diffstat (limited to 'src/libnftables.c')
-rw-r--r-- | src/libnftables.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/libnftables.c b/src/libnftables.c index 35e755e9..6dc1be3d 100644 --- a/src/libnftables.c +++ b/src/libnftables.c @@ -342,16 +342,6 @@ void nft_ctx_output_set_debug(struct nft_ctx *ctx, unsigned int mask) ctx->debug_mask = mask; } -bool nft_ctx_output_get_handle(struct nft_ctx *ctx) -{ - return ctx->output.handle; -} - -void nft_ctx_output_set_handle(struct nft_ctx *ctx, bool val) -{ - ctx->output.handle = val; -} - bool nft_ctx_output_get_echo(struct nft_ctx *ctx) { return ctx->output.echo; |