We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6231e16 commit c06ecfbCopy full SHA for c06ecfb
src/include/libpq/crypt.h
@@ -13,7 +13,7 @@
13
14
#define CRYPT_PWD_FILE "pg_pwd"
15
16
-extern char* crypt_getpwdfilename();
+extern char* crypt_getpwdfilename(void);
17
extern MsgType crypt_salt(const char* user);
18
extern int crypt_verify(Port* port, const char* user, const char* pgpass);
19
0 commit comments