X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-auth.h;h=db0840376f61b2192a6a6248eddc19e382be576a;hb=85bca06fe0ee2923421f013da3e9f53abbfff673;hp=d388e777a43284469a6bc2073c967f3ff5944118;hpb=91c12808e08fb30e58a3d2e008569933f409d6db;p=src%2Fapp-framework-binder.git diff --git a/src/afb-auth.h b/src/afb-auth.h index d388e777..db084037 100644 --- a/src/afb-auth.h +++ b/src/afb-auth.h @@ -21,5 +21,5 @@ struct afb_auth; struct afb_xreq; extern int afb_auth_check(struct afb_xreq *xreq, const struct afb_auth *auth); -extern int afb_auth_check_permission(struct afb_xreq *xreq, const char *permission); +extern int afb_auth_has_permission(struct afb_xreq *xreq, const char *permission);