#ifndef L2SU_RUNTIME_H_INCLUDED #define L2SU_RUNTIME_H_INCLUDED #include int l2_runtime_load_manifest(json_t **manifest); int l2_runtime_install_component(json_t *manifest, const char *component); #endif /* include guard */