From e8b5419b94e230d008d6701b66d02434a7cb1152 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Fri, 8 Jun 2018 17:27:16 +0200 Subject: JSON: Add support for socket expression Signed-off-by: Phil Sutter Signed-off-by: Pablo Neira Ayuso --- include/socket.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/socket.h') diff --git a/include/socket.h b/include/socket.h index a2ae9f10..1814974c 100644 --- a/include/socket.h +++ b/include/socket.h @@ -18,6 +18,8 @@ struct socket_template { enum byteorder byteorder; }; +extern const struct socket_template socket_templates[]; + extern struct expr *socket_expr_alloc(const struct location *loc, enum nft_socket_keys key); -- cgit v1.2.3