diff options
author | Marc G. Fournier | 1996-09-21 08:16:31 +0000 |
---|---|---|
committer | Marc G. Fournier | 1996-09-21 08:16:31 +0000 |
commit | 52f9fcd737a420e3d3ac570344d3d90541bdb850 (patch) | |
tree | cf9b8ef9b1df3af19d6d4fc8aa5a70037e95eaeb | |
parent | 74025d0fef284f1579b07af8c02622fd1b7364f0 (diff) |
Now match the declaration in fe-auth.c to the one in fe-auth.h :)
-rw-r--r-- | src/interfaces/libpq/fe-auth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/libpq/fe-auth.c b/src/interfaces/libpq/fe-auth.c index 27ed3eee658..783c8fe35da 100644 --- 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(const char *name, char* PQerrormsg) { int i; |