Remove Bugs field in debian/control, so bugs go to the Debian BTS.
[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);