X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-context.h;fp=src%2Fafb-context.h;h=f140238265525255f8ab35f1012066e4e3120a13;hb=ab4955d02a15b13d5dcfdfe8de1529db6538ac27;hp=40adeb5b27dc214fe4fbfe7d65313eab15201386;hpb=863d6041e2ff2daa97fb1befb79dc3a69093e112;p=src%2Fapp-framework-binder.git diff --git a/src/afb-context.h b/src/afb-context.h index 40adeb5b..f1402382 100644 --- a/src/afb-context.h +++ b/src/afb-context.h @@ -57,4 +57,5 @@ extern void afb_context_refresh(struct afb_context *context); extern int afb_context_check(struct afb_context *context); extern int afb_context_check_loa(struct afb_context *context, unsigned loa); extern int afb_context_change_loa(struct afb_context *context, unsigned loa); +extern unsigned afb_context_get_loa(struct afb_context *context);