diff options
author | Jamey Sharp <jamey@minilop.net> | 2006-02-23 12:15:09 -0800 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2006-02-23 12:15:09 -0800 |
commit | 6149c7a6b57a193bc132fbc35b1772b75e5c7ca7 (patch) | |
tree | 80686a0c1d9ee5b9729e1e099890b9a2471d769b /src/xcbint.h | |
parent | 5b1d39e27b1a966df537ead248da5a57e7d9de97 (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.h | 1 |
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); |