diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/libpq/auth.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/libpq/auth.h b/src/include/libpq/auth.h index 649823f0e76..df973df555e 100644 --- a/src/include/libpq/auth.h +++ b/src/include/libpq/auth.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: auth.h,v 1.16 2001/03/22 04:00:47 momjian Exp $ + * $Id: auth.h,v 1.17 2001/06/20 18:07:56 petere Exp $ * *------------------------------------------------------------------------- */ @@ -21,7 +21,7 @@ *---------------------------------------------------------------- */ -void be_recvauth(Port *port); +void ClientAuthentication(Port *port); #define PG_KRB4_VERSION "PGVER4.1" /* at most KRB_SENDAUTH_VLEN chars */ #define PG_KRB5_VERSION "PGVER5.1" |