diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2025-04-11 08:56:39 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2025-04-11 08:59:52 +0200 |
commit | 7d430a57281f0050b66e5eb9eb587193e4cc54ed (patch) | |
tree | 4da018977a4850c4a94f036326221bae90472fbc /src/include/libpq/oauth.h | |
parent | 2e57790836c636d579871b13de13850e013f511c (diff) |
Add missing PGDLLIMPORT markings
Discussion: https://www.postgresql.org/message-id/flat/25095db5-b595-4b85-9100-d358907c25b5%40eisentraut.org
Diffstat (limited to 'src/include/libpq/oauth.h')
-rw-r--r-- | src/include/libpq/oauth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/libpq/oauth.h b/src/include/libpq/oauth.h index 2c6892ffba4..3f4c9acd8b0 100644 --- a/src/include/libpq/oauth.h +++ b/src/include/libpq/oauth.h @@ -91,7 +91,7 @@ typedef const OAuthValidatorCallbacks *(*OAuthValidatorModuleInit) (void); extern PGDLLEXPORT const OAuthValidatorCallbacks *_PG_oauth_validator_module_init(void); /* Implementation */ -extern const pg_be_sasl_mech pg_be_oauth_mech; +extern PGDLLIMPORT const pg_be_sasl_mech pg_be_oauth_mech; /* * Ensure a validator named in the HBA is permitted by the configuration. |