From 830407e88f9d40d954356c3754f2647f91d5c06a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 17:26:00 +0200 Subject: Adding upstream version 5.6.0. Signed-off-by: Daniel Baumann --- daemon/bindings/api.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 daemon/bindings/api.h (limited to 'daemon/bindings/api.h') diff --git a/daemon/bindings/api.h b/daemon/bindings/api.h new file mode 100644 index 0000000..2b43385 --- /dev/null +++ b/daemon/bindings/api.h @@ -0,0 +1,12 @@ +/* Copyright (C) CZ.NIC, z.s.p.o. + * SPDX-License-Identifier: GPL-3.0-or-later + */ + +#pragma once + +#include + +/** Make all the bindings accessible from the lua state, + * .i.e. define those lua tables. */ +void kr_bindings_register(lua_State *L); + -- cgit v1.2.3