projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74025d0
)
Now match the declaration in fe-auth.c to the one in fe-auth.h :)
author
Marc G. Fournier
<scrappy@hub.org>
Sat, 21 Sep 1996 08:16:31 +0000
(08:16 +0000)
committer
Marc G. Fournier
<scrappy@hub.org>
Sat, 21 Sep 1996 08:16:31 +0000
(08:16 +0000)
src/interfaces/libpq/fe-auth.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/libpq/fe-auth.c
b/src/interfaces/libpq/fe-auth.c
index 27ed3eee6580b4324b830e816b7c1d08c4eccb74..783c8fe35daf1b5c8aba6cbd8aab8eb5de5fb9a6 100644
(file)
--- a/
src/interfaces/libpq/fe-auth.c
+++ b/
src/interfaces/libpq/fe-auth.c
@@
-7,7
+7,7
@@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-auth.c,v 1.3
1996/07/27 02:27:55
scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-auth.c,v 1.3
.2.1 1996/09/21 08:16:31
scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@
-474,7
+474,7
@@
fe_sendauth(MsgType msgtype, Port *port, char *hostname, char* PQerrormsg)
static pg_authsvc = -1;
void
-fe_setauthsvc(char *name, char* PQerrormsg)
+fe_setauthsvc(c
onst c
har *name, char* PQerrormsg)
{
int i;