Stop setting DEB_CONFIGURE_EXTRA_FLAGS = --with-opt in debian/rules; cdbs does the...
[free-sw/xcb/libxcb] / src / xcbxlib.h
index 59dd2a5..4ceb03e 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) deprecated;
+
 /* This function must be called with the IOLock held. */
 unsigned int XCBGetRequestSent(XCBConnection *c);