aboutsummaryrefslogtreecommitdiff
path: root/src/include/libpq/password.h
blob: 28b279a7c086a6ef24d3d65c58e656373792f0f3 (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