aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/libpq/crypt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/libpq/crypt.h b/src/include/libpq/crypt.h
index 45600394e03..928ff86a9c4 100644
--- a/src/include/libpq/crypt.h
+++ b/src/include/libpq/crypt.h
@@ -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);