aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVadim B. Mikheev <vadim4o@yahoo.com>1998-01-13 14:53:36 +0000
committerVadim B. Mikheev <vadim4o@yahoo.com>1998-01-13 14:53:36 +0000
commite8291f7ce2a20fd8a69e0c0f359fec0e58d00ad4 (patch)
treefc4af420b11faf9590a763d6d972d67306a690a8 /src
parentdfef663fd677101d925b5cae24488add33c1634f (diff)
downloadpostgresql-e8291f7ce2a20fd8a69e0c0f359fec0e58d00ad4.tar.gz
postgresql-e8291f7ce2a20fd8a69e0c0f359fec0e58d00ad4.zip
extern char* crypt_getpwdreloadfilename(void);
^^^^
Diffstat (limited to 'src')
-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);