Skip to content

Commit 52f9fcd

Browse files
committed
Now match the declaration in fe-auth.c to the one in fe-auth.h :)
1 parent 74025d0 commit 52f9fcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/libpq/fe-auth.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-auth.c,v 1.3 1996/07/27 02:27:55 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-auth.c,v 1.3.2.1 1996/09/21 08:16:31 scrappy Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -474,7 +474,7 @@ fe_sendauth(MsgType msgtype, Port *port, char *hostname, char* PQerrormsg)
474474
static pg_authsvc = -1;
475475

476476
void
477-
fe_setauthsvc(char *name, char* PQerrormsg)
477+
fe_setauthsvc(const char *name, char* PQerrormsg)
478478
{
479479
int i;
480480

0 commit comments

Comments
 (0)