aboutsummaryrefslogtreecommitdiff
path: root/src/include/libpq/hba.h
blob: 72e374bdc849e6df056abb66e2173b91b97612f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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