mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-17 19:30:00 +08:00
extern char* crypt_getpwdfilename(void);
^^^^ gcc likes this
This commit is contained in:
parent
6231e161c9
commit
c06ecfb456
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user