summaryrefslogtreecommitdiff
path: root/src/include/libpq/oauth.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/libpq/oauth.h')
-rw-r--r--src/include/libpq/oauth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/libpq/oauth.h b/src/include/libpq/oauth.h
index 3f4c9acd8b0..f75d2e31a68 100644
--- a/src/include/libpq/oauth.h
+++ b/src/include/libpq/oauth.h
@@ -96,6 +96,6 @@ extern PGDLLIMPORT const pg_be_sasl_mech pg_be_oauth_mech;
/*
* Ensure a validator named in the HBA is permitted by the configuration.
*/
-extern bool check_oauth_validator(HbaLine *hba, int elevel, char **err_msg);
+extern bool check_oauth_validator(HbaLine *hbaline, int elevel, char **err_msg);
#endif /* PG_OAUTH_H */