summaryrefslogtreecommitdiffstats
path: root/include/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/socket.h')
-rw-r--r--include/socket.h2
1 files changed, 2 insertions, 0 deletions
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);