diff options
Diffstat (limited to 'src/include/libpq/auth.h')
-rw-r--r-- | src/include/libpq/auth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/libpq/auth.h b/src/include/libpq/auth.h index 25b5742068f..cc9643cce2f 100644 --- a/src/include/libpq/auth.h +++ b/src/include/libpq/auth.h @@ -37,7 +37,7 @@ extern PGDLLIMPORT bool pg_krb_caseins_users; extern PGDLLIMPORT bool pg_gss_accept_delegation; extern void ClientAuthentication(Port *port); -extern void sendAuthRequest(Port *port, AuthRequest areq, const char *extradata, +extern void sendAuthRequest(Port *port, AuthRequest areq, const void *extradata, int extralen); extern void set_authn_id(Port *port, const char *id); |