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
1 changed files with 1 additions and 1 deletions

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);