Skip to content

Commit 74025d0

Browse files
committed
fix a conflicting declaration problem with fe_setauthsvc()...
1 parent 5ca943d commit 74025d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/libpq/fe-auth.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: fe-auth.h,v 1.1.1.1 1996/07/09 06:22:17 scrappy Exp $
9+
* $Id: fe-auth.h,v 1.1.1.1.2.1 1996/09/21 08:15:00 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -29,7 +29,7 @@
2929
#endif /* KRB4 || KRB5 */
3030

3131
extern int fe_sendauth(MsgType msgtype, Port *port, char *hostname, char* PQerromsg);
32-
extern void fe_setauthsvc(char *name, char* PQerrormsg);
32+
extern void fe_setauthsvc(const char *name, char* PQerrormsg);
3333

3434
#define PG_KRB4_VERSION "PGVER4.1" /* at most KRB_SENDAUTH_VLEN chars */
3535
#define PG_KRB5_VERSION "PGVER5.1"

0 commit comments

Comments
 (0)