Rename xcb-xfree86dri.pc.in to xcb-xf86dri.pc.in to match libXCBxf86dri, change its...
[free-sw/xcb/libxcb] / src / xcbint.h
index 7b32248..a6d92aa 100644 (file)
@@ -141,7 +141,7 @@ void _xcb_ext_destroy(XCBConnection *c);
 
 struct XCBConnection {
     /* constant data */
-    XCBConnSetupSuccessRep *setup;
+    XCBSetup *setup;
     int fd;
 
     /* I/O data */
@@ -156,6 +156,11 @@ struct XCBConnection {
 
 int _xcb_conn_wait(XCBConnection *c, pthread_cond_t *cond, struct iovec **vector, int *count);
 
+
+/* xcb_auth.c */
+
+int _xcb_get_auth_info(int fd, XCBAuthInfo *info);
+
 #ifdef GCC_HAS_VISIBILITY
 #pragma GCC visibility pop
 #endif