From 1644bbec6161ec971a2ba3c213ce285b995cac22 Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Thu, 1 Jun 2023 11:04:38 +0200 Subject: cooker: OP_CALL and OP_COPY stuff ...mostly. Signed-off-by: Stefano Brivio --- cooker/call.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 cooker/call.h (limited to 'cooker/call.h') diff --git a/cooker/call.h b/cooker/call.h new file mode 100644 index 0000000..3c0eb09 --- /dev/null +++ b/cooker/call.h @@ -0,0 +1,11 @@ +/* SPDX-License-Identifier: GPL-3.0-or-later + * Copyright 2023 Red Hat GmbH + * Author: Stefano Brivio + */ + +#ifndef CALL_H +#define CALL_H + +void handle_calls(struct gluten_ctx *g, JSON_Value *value); + +#endif /* CALL_H */ -- cgit v1.2.3