blob: c68fefefd80e23c167c17c2b5067516634f8c4fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
/*-------------------------------------------------------------------------
*
* hba.h--
* Interface to hba.c
*
*
* $Id: hba.h,v 1.2 1996/11/06 10:29:58 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef HBA_H
#define HBA_H
extern int
hba_recvauth(const Port *port, const char database[], const char user[],
const char DataDir[]);
#endif
|