Commit c06ecfb4 authored by Vadim B. Mikheev's avatar Vadim B. Mikheev

extern char* crypt_getpwdfilename(void);

                                  ^^^^ gcc likes this
parent 6231e161
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment