summaryrefslogtreecommitdiff
path: root/Xtrans.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2014-08-23 10:07:22 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2014-08-23 12:47:32 -0700
commitfd90a4e00321b22c96565cfa354b8b0efa376979 (patch)
treea18534f61fbcc4f7f548c9b7b0d9b84d6e72269c /Xtrans.h
parenta56ec9d720a7964bada837790e9c1f6ceef97861 (diff)
downloadxorg-lib-libxtrans-fd90a4e00321b22c96565cfa354b8b0efa376979.tar.gz
Add const qualifiers to TRANS(Reopen...) port args
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'Xtrans.h')
-rw-r--r--Xtrans.h4
1 files changed, 2 insertions, 2 deletions
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)(