From 82ceaa4680ee1a626effb6008ba605a10da07468 Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Tue, 9 Jan 2024 04:27:18 -0600 Subject: actually use runtime --- src/runtime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime.h') diff --git a/src/runtime.h b/src/runtime.h index bf2e523..1250a1a 100644 --- a/src/runtime.h +++ b/src/runtime.h @@ -4,6 +4,6 @@ #include int l2_runtime_load_manifest(json_t **manifest); -int l2_runtime_install_component(json_t *manifest, const char *component); +int l2_runtime_install_component(json_t *manifest, const char *component, char **ojrepath); #endif /* include guard */ -- cgit v1.2.3-70-g09d2