afb-auth: revert order of arguments (minor)
[src/app-framework-binder.git] / src / afb-auth.h
index 75e5d56..786f397 100644 (file)
@@ -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);