From 30b3fd74a27c80993e81dfcb33e33520ae8684fb Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 23 Aug 2014 12:46:44 -0700 Subject: Update docs to note that TransName is now const char * Missed when the code was updated in commit eb9a8904fbef61a57ff0. Signed-off-by: Alan Coopersmith --- doc/xtrans.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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: typedef struct _Xtransport { - char *TransName; + const char *TransName; int flags; XtransConnInfo (*OpenCOTSClient)( -- cgit v1.2.1