X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-auth.h;h=786f397006e61f076e7359bdca7ad6d7e481eb17;hb=718de20a3cf830ba2da0a6c37e4588e4df251f1d;hp=75e5d56ee162c983a014290ac37c96f023904dda;hpb=8a4e3b4a91e6aaabd24127bbbff963e449e8deab;p=src%2Fapp-framework-binder.git diff --git a/src/afb-auth.h b/src/afb-auth.h index 75e5d56e..786f3970 100644 --- a/src/afb-auth.h +++ b/src/afb-auth.h @@ -20,4 +20,4 @@ struct afb_auth; struct afb_xreq; -extern int afb_auth_check(const struct afb_auth *auth, struct afb_xreq *xreq); +extern int afb_auth_check(struct afb_xreq *xreq, const struct afb_auth *auth);