X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-context.h;h=27a262ac4f05193a2bf63aaf1959eb6d1b6bd653;hb=677813c6a26eca5629ef8201fd0616511400a99e;hp=3f4301ec4e83970750bd693cebb619034bf10cff;hpb=457c879ff89bc7f1a8864304974999dba54af9ae;p=src%2Fapp-framework-binder.git diff --git a/src/afb-context.h b/src/afb-context.h index 3f4301ec..27a262ac 100644 --- a/src/afb-context.h +++ b/src/afb-context.h @@ -54,5 +54,5 @@ extern void afb_context_close(struct afb_context *context); 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 void afb_context_change_loa(struct afb_context *context, unsigned loa); +extern int afb_context_change_loa(struct afb_context *context, unsigned loa);