summaryrefslogtreecommitdiff
path: root/src/xcbint.h
diff options
context:
space:
mode:
authorJamey Sharp <jamey@minilop.net>2006-02-23 12:15:09 -0800
committerJamey Sharp <jamey@minilop.net>2006-02-23 12:15:09 -0800
commit6149c7a6b57a193bc132fbc35b1772b75e5c7ca7 (patch)
tree80686a0c1d9ee5b9729e1e099890b9a2471d769b /src/xcbint.h
parent5b1d39e27b1a966df537ead248da5a57e7d9de97 (diff)
More return value changes, and make _xcb_in_read_packet static since it is not called from outside xcb_in.c.
Diffstat (limited to 'src/xcbint.h')
-rw-r--r--src/xcbint.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xcbint.h b/src/xcbint.h
index 873d65e..eb90fc3 100644
--- a/src/xcbint.h
+++ b/src/xcbint.h
@@ -138,7 +138,6 @@ void _xcb_in_destroy(_xcb_in *in);
int _xcb_in_expect_reply(XCBConnection *c, unsigned int request, enum workarounds workaround);
-int _xcb_in_read_packet(XCBConnection *c);
int _xcb_in_read(XCBConnection *c);
int _xcb_in_read_block(XCBConnection *c, void *buf, int nread);