Allow disconnecting connections that are in error state.
[free-sw/xcb/libxcb] / src / xcbint.h
index f07add8..6991238 100644 (file)
@@ -174,6 +174,8 @@ void _xcb_ext_destroy(xcb_connection_t *c);
 
 /* xcb_conn.c */
 
+extern const int error_connection;
+
 struct xcb_connection_t {
     int has_error;