From: Marc G. Fournier Date: Sat, 21 Sep 1996 08:16:31 +0000 (+0000) Subject: Now match the declaration in fe-auth.c to the one in fe-auth.h :) X-Git-Tag: PG95-1_08~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=52f9fcd737a420e3d3ac570344d3d90541bdb850;p=thirdparty%2Fpostgresql.git Now match the declaration in fe-auth.c to the one in fe-auth.h :) --- 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;