X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-config.h;h=9f87651c4bc2d995b0db2762fa53057b34838ed3;hb=6e7f3d28a2d08a8976fdd9c586b4cbddcaeb37bd;hp=b47670d3b6743e9b369120d846ad67208d2e4e22;hpb=d7933c0f61a3316cc3d1ca7e74d30e193de2f612;p=src%2Fapp-framework-binder.git diff --git a/src/afb-config.h b/src/afb-config.h index b47670d3..9f87651c 100644 --- a/src/afb-config.h +++ b/src/afb-config.h @@ -16,6 +16,8 @@ #pragma once +struct json_object; + /* * other definitions --------------------------------------------------- */ @@ -73,3 +75,5 @@ struct afb_config { extern struct afb_config *afb_config_parse_arguments(int argc, char **argv); extern void afb_config_dump(struct afb_config *config); +extern struct json_object *afb_config_json(struct afb_config *config); +