diff options
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 */ ); |