diff options
| author | Bruce Momjian <bruce@momjian.us> | 2000-04-12 17:17:23 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2000-04-12 17:17:23 +0000 |
| commit | 52f77df613cea1803ce86321c37229626d9f213c (patch) | |
| tree | bd9ac9f667f295cb65f4c448a5bb5a062d656b27 /src/include/libpq/hba.h | |
| parent | db4518729d85da83eafdacbcebaeb12618517595 (diff) | |
| download | postgresql-52f77df613cea1803ce86321c37229626d9f213c.tar.gz | |
Ye-old pgindent run. Same 4-space tabs.
Diffstat (limited to 'src/include/libpq/hba.h')
| -rw-r--r-- | src/include/libpq/hba.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/libpq/hba.h b/src/include/libpq/hba.h index 5dcf49100d..1a5021ad26 100644 --- a/src/include/libpq/hba.h +++ b/src/include/libpq/hba.h @@ -4,7 +4,7 @@ * Interface to hba.c * * - * $Id: hba.h,v 1.16 1999/10/23 03:13:29 tgl Exp $ + * $Id: hba.h,v 1.17 2000/04/12 17:16:35 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -42,7 +42,7 @@ typedef enum UserAuth typedef struct Port hbaPort; -int hba_getauthmethod(hbaPort *port); +int hba_getauthmethod(hbaPort *port); int authident(struct sockaddr_in * raddr, struct sockaddr_in * laddr, const char *postgres_username, const char *auth_arg); |
