add function to get the current LOA
[src/app-framework-binder.git] / src / afb-context.h
index 40adeb5..f140238 100644 (file)
@@ -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);