diff options
Diffstat (limited to 'Xtransint.h')
-rw-r--r-- | Xtransint.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Xtransint.h b/Xtransint.h index 4c670b8..5f7718e 100644 --- a/Xtransint.h +++ b/Xtransint.h @@ -209,13 +209,13 @@ typedef struct _Xtransport { XtransConnInfo (*ReopenCOTSServer)( struct _Xtransport *, /* transport */ int, /* fd */ - char * /* port */ + const char * /* port */ ); XtransConnInfo (*ReopenCLTSServer)( struct _Xtransport *, /* transport */ int, /* fd */ - char * /* port */ + const char * /* port */ ); #endif /* TRANS_REOPEN */ |