From fd90a4e00321b22c96565cfa354b8b0efa376979 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 23 Aug 2014 10:07:22 -0700 Subject: Add const qualifiers to TRANS(Reopen...) port args Signed-off-by: Alan Coopersmith --- Xtrans.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Xtrans.h') diff --git a/Xtrans.h b/Xtrans.h index 1fe0364..b93e587 100644 --- a/Xtrans.h +++ b/Xtrans.h @@ -270,13 +270,13 @@ XtransConnInfo TRANS(OpenCLTSServer)( XtransConnInfo TRANS(ReopenCOTSServer)( int, /* trans_id */ int, /* fd */ - char * /* port */ + const char * /* port */ ); XtransConnInfo TRANS(ReopenCLTSServer)( int, /* trans_id */ int, /* fd */ - char * /* port */ + const char * /* port */ ); int TRANS(GetReopenInfo)( -- cgit v1.2.1