]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Now match the declaration in fe-auth.c to the one in fe-auth.h :)
authorMarc G. Fournier <scrappy@hub.org>
Sat, 21 Sep 1996 08:16:31 +0000 (08:16 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Sat, 21 Sep 1996 08:16:31 +0000 (08:16 +0000)
src/interfaces/libpq/fe-auth.c

index 27ed3eee6580b4324b830e816b7c1d08c4eccb74..783c8fe35daf1b5c8aba6cbd8aab8eb5de5fb9a6 100644 (file)
@@ -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;