From ba70d48951fb925fb3082d81afb08c330333aa51 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 23 Aug 2014 11:33:57 -0700 Subject: Add const qualifiers to TRANS(Connect) args Also required constifying UnixHostReallyLocal, since SocketUNIXConnect passes the host arg through to it. Signed-off-by: Alan Coopersmith --- Xtrans.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Xtrans.h') diff --git a/Xtrans.h b/Xtrans.h index 7706621..a1fb923 100644 --- a/Xtrans.h +++ b/Xtrans.h @@ -330,7 +330,7 @@ XtransConnInfo TRANS(Accept)( int TRANS(Connect)( XtransConnInfo, /* ciptr */ - char * /* address */ + const char * /* address */ ); #endif /* TRANS_CLIENT */ -- cgit v1.2.3