From d38c13b2fe1293b499312bb4cfd66a56108c4b5e Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Mon, 8 Jan 2024 12:17:20 -0600 Subject: WIP: JRE stuff --- src/runtime.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/runtime.h (limited to 'src/runtime.h') diff --git a/src/runtime.h b/src/runtime.h new file mode 100644 index 0000000..bf2e523 --- /dev/null +++ b/src/runtime.h @@ -0,0 +1,9 @@ +#ifndef L2SU_RUNTIME_H_INCLUDED +#define L2SU_RUNTIME_H_INCLUDED + +#include + +int l2_runtime_load_manifest(json_t **manifest); +int l2_runtime_install_component(json_t *manifest, const char *component); + +#endif /* include guard */ -- cgit v1.2.3-70-g09d2