summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVadim B. Mikheev <vadim4o@yahoo.com>1997-12-26 05:51:51 +0000
committerVadim B. Mikheev <vadim4o@yahoo.com>1997-12-26 05:51:51 +0000
commitc06ecfb456339036d7a79121f30271c5a638eb41 (patch)
tree0d31522049fbc7598752c824ea9aca4ac68c3387 /src
parent6231e161c95a0bb1f40fa2693189fdd356095793 (diff)
downloadpostgresql-c06ecfb456339036d7a79121f30271c5a638eb41.tar.gz
extern char* crypt_getpwdfilename(void);
^^^^ gcc likes this
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 7c01c8297b..35e65ed642 100644
--- a/src/include/libpq/crypt.h
+++ b/src/include/libpq/crypt.h
@@ -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);