1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

extern char* crypt_getpwdfilename(void);

^^^^ gcc likes this
This commit is contained in:
Vadim B. Mikheev
1997-12-26 05:51:51 +00:00
parent 6231e161c9
commit c06ecfb456

View File

@ -13,7 +13,7 @@
#define CRYPT_PWD_FILE "pg_pwd"
extern char* crypt_getpwdfilename();
extern char* crypt_getpwdfilename(void);
extern MsgType crypt_salt(const char* user);
extern int crypt_verify(Port* port, const char* user, const char* pgpass);