diff options
author | Bruce Momjian | 1998-02-26 04:46:47 +0000 |
---|---|---|
committer | Bruce Momjian | 1998-02-26 04:46:47 +0000 |
commit | a32450a5855eed4bfd756ef292ee45d3c754665b (patch) | |
tree | 26735c3406d9f46d0f39accbe6ff1fb5cc5beedc /src/include/libpq/auth.h | |
parent | 757bf69a2e259c76baed94fa06e792664ab5ed67 (diff) |
pgindent run before 6.3 release, with Thomas' requested changes.
Diffstat (limited to 'src/include/libpq/auth.h')
-rw-r--r-- | src/include/libpq/auth.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/libpq/auth.h b/src/include/libpq/auth.h index bf85ee59961..0adc4d46582 100644 --- a/src/include/libpq/auth.h +++ b/src/include/libpq/auth.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: auth.h,v 1.8 1998/01/26 01:42:05 scrappy Exp $ + * $Id: auth.h,v 1.9 1998/02/26 04:41:35 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -20,8 +20,8 @@ *---------------------------------------------------------------- */ -void be_recvauth(Port *port); -void auth_failed(Port *port); +void be_recvauth(Port *port); +void auth_failed(Port *port); #define PG_KRB4_VERSION "PGVER4.1" /* at most KRB_SENDAUTH_VLEN chars */ #define PG_KRB5_VERSION "PGVER5.1" |