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