From a56ec9d720a7964bada837790e9c1f6ceef97861 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 23 Aug 2014 09:58:05 -0700 Subject: Add const qualifiers to TRANS(Open...) address args Required also adding const to static TRANS(ParseAddress) function which they pass the address arg to for parsing. Signed-off-by: Alan Coopersmith --- doc/xtrans.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/xtrans.xml b/doc/xtrans.xml index d89c247..5960dfa 100644 --- a/doc/xtrans.xml +++ b/doc/xtrans.xml @@ -393,7 +393,7 @@ errno will be available for debugging purposes. XtransConnInfo TRANS(OpenCOTSClient) - char *address + const char *address @@ -408,7 +408,7 @@ success, or NULL on failure. XtransConnInfo TRANS(OpenCOTSServer) - char *address + const char *address @@ -423,7 +423,7 @@ on failure. XtransConnInfo TRANS(OpenCLTSClient) - char *address + const char *address @@ -438,7 +438,7 @@ function returns an opaque transport connection object on success, or XtransConnInfo TRANS(OpenCLTSServer) - char *address + const char *address -- cgit v1.2.3