diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-08-23 10:17:57 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-08-23 12:47:32 -0700 |
commit | 63b65a20706def951dd25e531949b7bc556419eb (patch) | |
tree | af20aa218a5a96f86366767fdbe12aef8c24419e /Xtransint.h | |
parent | fd90a4e00321b22c96565cfa354b8b0efa376979 (diff) |
Add const qualifiers to TRANS(CreateListener) port args
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'Xtransint.h')
-rw-r--r-- | Xtransint.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ ); |