1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Missing bits from Dan's patches...sorry :(

This commit is contained in:
Marc G. Fournier
1997-03-14 05:56:27 +00:00
parent 071484c5d8
commit 0889b17444
2 changed files with 119 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
#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