From 52f9fcd737a420e3d3ac570344d3d90541bdb850 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Sat, 21 Sep 1996 08:16:31 +0000 Subject: [PATCH] Now match the declaration in fe-auth.c to the one in fe-auth.h :) --- src/interfaces/libpq/fe-auth.c | 4 ++-- 1 file 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; -- 2.47.2