diff options
| author | 2024-01-09 04:27:18 -0600 | |
|---|---|---|
| committer | 2024-01-09 04:27:18 -0600 | |
| commit | 82ceaa4680ee1a626effb6008ba605a10da07468 (patch) | |
| tree | 90fff79a9857be692fd7a991f97660b672b8129c /src/runtime.h | |
| parent | finish the runtime stuff (buggy maybe) (diff) | |
actually use runtime
Diffstat (limited to 'src/runtime.h')
| -rw-r--r-- | src/runtime.h | 2 |
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 */ |
