diff options
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 */ |
