aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/afb-auth.h')
-rw-r--r--src/afb-auth.h2
1 files changed, 1 insertions, 1 deletions
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);