aboutsummaryrefslogtreecommitdiffstats
path: root/src/runtime.h
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2024-01-09 04:27:18 -0600
committerLibravatar bigfoot547 <[email protected]>2024-01-09 04:27:18 -0600
commit82ceaa4680ee1a626effb6008ba605a10da07468 (patch)
tree90fff79a9857be692fd7a991f97660b672b8129c /src/runtime.h
parentfinish the runtime stuff (buggy maybe) (diff)
actually use runtime
Diffstat (limited to 'src/runtime.h')
-rw-r--r--src/runtime.h2
1 files changed, 1 insertions, 1 deletions
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 <jansson.h>
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 */