diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-08-23 10:07:22 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-08-23 12:47:32 -0700 |
commit | fd90a4e00321b22c96565cfa354b8b0efa376979 (patch) | |
tree | a18534f61fbcc4f7f548c9b7b0d9b84d6e72269c /Xtrans.h | |
parent | a56ec9d720a7964bada837790e9c1f6ceef97861 (diff) |
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.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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)( |