diff options
Diffstat (limited to 'src/include/libpq/hba.h')
-rw-r--r-- | src/include/libpq/hba.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/libpq/hba.h b/src/include/libpq/hba.h index 72e374bdc84..c68fefefd80 100644 --- a/src/include/libpq/hba.h +++ b/src/include/libpq/hba.h @@ -4,14 +4,13 @@ * Interface to hba.c * * - * $Id: hba.h,v 1.1 1996/10/11 09:12:17 bryanh Exp $ + * $Id: hba.h,v 1.2 1996/11/06 10:29:58 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef HBA_H #define HBA_H -#include <libpq/pqcomm.h> extern int hba_recvauth(const Port *port, const char database[], const char user[], |