diff options
author | Vadim B. Mikheev <vadim4o@yahoo.com> | 1997-12-26 05:51:51 +0000 |
---|---|---|
committer | Vadim B. Mikheev <vadim4o@yahoo.com> | 1997-12-26 05:51:51 +0000 |
commit | c06ecfb456339036d7a79121f30271c5a638eb41 (patch) | |
tree | 0d31522049fbc7598752c824ea9aca4ac68c3387 /src | |
parent | 6231e161c95a0bb1f40fa2693189fdd356095793 (diff) | |
download | postgresql-c06ecfb456339036d7a79121f30271c5a638eb41.tar.gz |
extern char* crypt_getpwdfilename(void);
^^^^ gcc likes this
Diffstat (limited to 'src')
-rw-r--r-- | src/include/libpq/crypt.h | 2 |
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); |