diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-08-23 12:46:44 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-08-23 12:47:32 -0700 |
commit | 30b3fd74a27c80993e81dfcb33e33520ae8684fb (patch) | |
tree | 47831f78f7e0b1da3584253887d2516605005b23 | |
parent | a57a7f62242e1ea972b81414741729bf3dbae0a4 (diff) |
Update docs to note that TransName is now const char *
Missed when the code was updated in commit eb9a8904fbef61a57ff0.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | doc/xtrans.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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)( |