We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ca943d commit 74025d0Copy full SHA for 74025d0
src/interfaces/libpq/fe-auth.h
@@ -6,7 +6,7 @@
6
*
7
* Copyright (c) 1994, Regents of the University of California
8
9
- * $Id: fe-auth.h,v 1.1.1.1 1996/07/09 06:22:17 scrappy Exp $
+ * $Id: fe-auth.h,v 1.1.1.1.2.1 1996/09/21 08:15:00 scrappy Exp $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -29,7 +29,7 @@
29
#endif /* KRB4 || KRB5 */
30
31
extern int fe_sendauth(MsgType msgtype, Port *port, char *hostname, char* PQerromsg);
32
-extern void fe_setauthsvc(char *name, char* PQerrormsg);
+extern void fe_setauthsvc(const char *name, char* PQerrormsg);
33
34
#define PG_KRB4_VERSION "PGVER4.1" /* at most KRB_SENDAUTH_VLEN chars */
35
#define PG_KRB5_VERSION "PGVER5.1"
0 commit comments