diff options
Diffstat (limited to 'src/runtime.h')
| -rw-r--r-- | src/runtime.h | 9 |
1 files changed, 9 insertions, 0 deletions
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 <jansson.h> + +int l2_runtime_load_manifest(json_t **manifest); +int l2_runtime_install_component(json_t *manifest, const char *component); + +#endif /* include guard */ |
