Remove xcb_get_io_lock from the Xlib-specific API: it is no longer used.
[free-sw/xcb/libxcb] / src / xcbxlib.h
index 7e050c2..628d71d 100644 (file)
@@ -34,6 +34,7 @@
 /* This function must be called with the IOLock held. */
 unsigned int xcb_get_request_sent(xcb_connection_t *c);
 
-pthread_mutex_t *xcb_get_io_lock(xcb_connection_t *c);
+void xcb_xlib_lock(xcb_connection_t *c);
+void xcb_xlib_unlock(xcb_connection_t *c);
 
 #endif