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 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);