From 63b65a20706def951dd25e531949b7bc556419eb Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 23 Aug 2014 10:17:57 -0700 Subject: Add const qualifiers to TRANS(CreateListener) port args Signed-off-by: Alan Coopersmith --- Xtransint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Xtransint.h') diff --git a/Xtransint.h b/Xtransint.h index 5f7718e..285cf5b 100644 --- a/Xtransint.h +++ b/Xtransint.h @@ -233,7 +233,7 @@ typedef struct _Xtransport { int (*CreateListener)( XtransConnInfo, /* connection */ - char *, /* port */ + const char *, /* port */ unsigned int /* flags */ ); -- cgit v1.2.1