summaryrefslogtreecommitdiff
path: root/src/include/libpq/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/libpq/auth.h')
-rw-r--r--src/include/libpq/auth.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/libpq/auth.h b/src/include/libpq/auth.h
index 3610fae3fff..3d6734f2536 100644
--- a/src/include/libpq/auth.h
+++ b/src/include/libpq/auth.h
@@ -21,6 +21,8 @@ extern bool pg_krb_caseins_users;
extern char *pg_krb_realm;
extern void ClientAuthentication(Port *port);
+extern void sendAuthRequest(Port *port, AuthRequest areq, const char *extradata,
+ int extralen);
/* Hook for plugins to get control in ClientAuthentication() */
typedef void (*ClientAuthentication_hook_type) (Port *, int);