projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6231e16
)
extern char* crypt_getpwdfilename(void);
author
Vadim B. Mikheev
Fri, 26 Dec 1997 05:51:51 +0000
(
05:51
+0000)
committer
Vadim B. Mikheev
Fri, 26 Dec 1997 05:51:51 +0000
(
05:51
+0000)
^^^^ gcc likes this
src/include/libpq/crypt.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/libpq/crypt.h
b/src/include/libpq/crypt.h
index 7c01c8297be6c1fd9a63ace3d02eb99ba65fdf8e..35e65ed642f846fc98de2760a14babdd8b2e4be4 100644
(file)
--- 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);