mirror of
https://github.com/postgres/postgres.git
synced 2026-04-02 15:57:24 -04:00
extern char* crypt_getpwdreloadfilename(void);
^^^^
This commit is contained in:
parent
dfef663fd6
commit
e8291f7ce2
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ extern char** pwd_cache;
|
|||
extern int pwd_cache_count;
|
||||
|
||||
extern char* crypt_getpwdfilename(void);
|
||||
extern char* crypt_getpwdreloadfilename();
|
||||
extern char* crypt_getpwdreloadfilename(void);
|
||||
extern MsgType crypt_salt(const char* user);
|
||||
extern int crypt_verify(Port* port, const char* user, const char* pgpass);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue