diff options
Diffstat (limited to 'src/include/libpq/hba.h')
-rw-r--r-- | src/include/libpq/hba.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/include/libpq/hba.h b/src/include/libpq/hba.h index 1a5021ad268..58c22331133 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.17 2000/04/12 17:16:35 momjian Exp $ + * $Id: hba.h,v 1.18 2000/06/15 03:32:42 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -13,8 +13,6 @@ #include <netinet/in.h> -#include "libpq/pqcomm.h" - #define CONF_FILE "pg_hba.conf" /* Name of the config file */ @@ -42,7 +40,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); |