aboutsummaryrefslogtreecommitdiffstats
path: root/src/runtime.h
blob: bf2e5233fd753d0d4f6f96d7fab3392e1d6b3183 (plain) (blame)
1
2
3
4
5
6
7
8
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 */