diff options
Diffstat (limited to 'src/include/libpq/hba.h')
-rw-r--r-- | src/include/libpq/hba.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/include/libpq/hba.h b/src/include/libpq/hba.h new file mode 100644 index 00000000000..72e374bdc84 --- /dev/null +++ b/src/include/libpq/hba.h @@ -0,0 +1,20 @@ +/*------------------------------------------------------------------------- + * + * hba.h-- + * Interface to hba.c + * + * + * $Id: hba.h,v 1.1 1996/10/11 09:12:17 bryanh Exp $ + * + *------------------------------------------------------------------------- + */ +#ifndef HBA_H +#define HBA_H + +#include <libpq/pqcomm.h> + +extern int +hba_recvauth(const Port *port, const char database[], const char user[], + const char DataDir[]); + +#endif |