summaryrefslogtreecommitdiff
path: root/src/include/libpq/password.h
blob: 2b933553d5917fd37dbd3bc42e5feee0f6fde99e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef PASSWORD_H
#define PASSWORD_H

#include <libpq/hba.h>
#include <libpq/pqcomm.h>

#define PWFILE_NAME_SIZE USERMAP_NAME_SIZE

int
verify_password(char *user, char *password, Port * port,
				char *database, char *DataDir);

#endif