[PATCH:libxtrans 1/7] Update docs to note that TransName is now const char *
Hans de Goede
hdegoede at redhat.com
Thu Oct 23 02:23:44 PDT 2014
Hi,
On 08/26/2014 03:21 AM, Alan Coopersmith wrote:
> Missed when the code was updated in commit eb9a8904fbef61a57ff0.
>
> Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
Looks good, series is:
Acked-by: Hans de Goede <hdegoede at redhat.com>
Regards,
Hans
> ---
> 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)(
>
More information about the xorg-devel
mailing list