Rename ConnSetup* to Setup*, Setup*Rep to Setup*, and SetupSuccess* to Setup*. Provide deprecated backwards-compatability functions and typedefs for the old names, to be removed before 1.0.

This commit is contained in:
Jamey Sharp 2006-04-26 23:19:16 -07:00
parent 8400c84760
commit 97afdc623e

View file

@ -150,7 +150,7 @@ authorization from the authors.
</list>
</struct>
<struct name="ConnSetupReq">
<struct name="SetupReq">
<field type="CARD8" name="byte_order" />
<pad bytes="1" />
<field type="CARD16" name="protocol_major_version" />
@ -165,13 +165,7 @@ authorization from the authors.
</list>
</struct>
<struct name="ConnSetupGenericRep">
<field type="CARD8" name="status" />
<pad bytes="5" />
<field type="CARD16" name="length" />
</struct>
<struct name="ConnSetupFailedRep">
<struct name="SetupFailed">
<field type="CARD8" name="status" /> <!-- always 0 -> Failed -->
<field type="CARD8" name="reason_len" />
<field type="CARD16" name="protocol_major_version" />
@ -182,7 +176,7 @@ authorization from the authors.
</list>
</struct>
<struct name="ConnSetupAuthenticateRep">
<struct name="SetupAuthenticate">
<field type="CARD8" name="status" /> <!-- always 2 -> Authenticate -->
<pad bytes="5" />
<field type="CARD16" name="length" />
@ -194,7 +188,7 @@ authorization from the authors.
</list>
</struct>
<struct name="ConnSetupSuccessRep">
<struct name="Setup">
<field type="CARD8" name="status" /> <!-- always 1 -> Success -->
<pad bytes="1" />
<field type="CARD16" name="protocol_major_version" />