mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
extern char* crypt_getpwdfilename(void);
^^^^ gcc likes this
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user