Fix XCBGetSetup to match prototype.

This commit is contained in:
Ian Osgood 2006-03-14 11:53:01 -08:00
parent 9472c251ae
commit f5c4956a81

View File

@ -169,7 +169,7 @@ static int write_vec(XCBConnection *c, struct iovec **vector, int *count)
/* Public interface */
XCBConnSetupSuccessRep *XCBGetSetup(XCBConnection *c)
const XCBConnSetupSuccessRep *XCBGetSetup(XCBConnection *c)
{
/* doesn't need locking because it's never written to. */
return c->setup;