From 92029c1282958aad13eb8602c67b73caf2a08a09 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Wed, 29 Aug 2018 11:37:39 +0200 Subject: src: osf: add json support Signed-off-by: Florian Westphal --- include/json.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/json.h') diff --git a/include/json.h b/include/json.h index b75512b8..78c026a7 100644 --- a/include/json.h +++ b/include/json.h @@ -40,6 +40,7 @@ json_t *hash_expr_json(const struct expr *expr, struct output_ctx *octx); json_t *fib_expr_json(const struct expr *expr, struct output_ctx *octx); json_t *constant_expr_json(const struct expr *expr, struct output_ctx *octx); json_t *socket_expr_json(const struct expr *expr, struct output_ctx *octx); +json_t *osf_expr_json(const struct expr *expr, struct output_ctx *octx); json_t *integer_type_json(const struct expr *expr, struct output_ctx *octx); json_t *string_type_json(const struct expr *expr, struct output_ctx *octx); @@ -118,6 +119,7 @@ EXPR_PRINT_STUB(hash_expr) EXPR_PRINT_STUB(fib_expr) EXPR_PRINT_STUB(constant_expr) EXPR_PRINT_STUB(socket_expr) +EXPR_PRINT_STUB(osf_expr) EXPR_PRINT_STUB(integer_type) EXPR_PRINT_STUB(string_type) -- cgit v1.2.3