Split all non-essential extensions into their own separate libraries, named
[free-sw/xcb/libxcb] / src / xcbxlib.h
index 59dd2a5..462e2e3 100644 (file)
@@ -31,6 +31,9 @@
 #include <pthread.h>
 #include "xcb.h"
 
+/* This function must be called with the IOLock held. */
+unsigned int XCBGetQueuedRequestRead(XCBConnection *c);
+
 /* This function must be called with the IOLock held. */
 unsigned int XCBGetRequestSent(XCBConnection *c);