X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-context.h;h=27a262ac4f05193a2bf63aaf1959eb6d1b6bd653;hb=fca2e14e1d57d7b89d1a6de07075cc0e6e157ca7;hp=3f4301ec4e83970750bd693cebb619034bf10cff;hpb=e6d40a8447eff5e1be00ea35715092876e0520fa;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);