1 2 3 4 5 6 7
#pragma once #include <afb/afb-binding> void onEvent(const char *event, struct json_object *object); int loadConf(); int execConf();