[PATCH:libxtrans 1/7] Update docs to note that TransName is now const char *
Alan Coopersmith
alan.coopersmith at oracle.com
Mon Aug 25 18:21:18 PDT 2014
Missed when the code was updated in commit eb9a8904fbef61a57ff0.
Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
---
doc/xtrans.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/xtrans.xml b/doc/xtrans.xml
index 59daa3f..d89c247 100644
--- a/doc/xtrans.xml
+++ b/doc/xtrans.xml
@@ -187,7 +187,7 @@ points for a single transport. This record is defined as:
<synopsis>
typedef struct _Xtransport {
- char *TransName;
+ const char *TransName;
int flags;
XtransConnInfo (*OpenCOTSClient)(
--
1.7.9.2
More information about the xorg-devel
mailing list