diff options
author | Jamey Sharp <jamey@minilop.net> | 2006-02-24 01:40:45 -0800 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2006-02-24 01:40:45 -0800 |
commit | 67b2649dc4b6726c6d11fb0e41429ae5de82b0e8 (patch) | |
tree | 4c2e120ae95a54eb3dbd185d48e02af051f6d11d /src/xcbint.h | |
parent | 838317f4d305e07f35ddd99e2ebccfa8fac680c6 (diff) |
Move _xcb_read_block to xcb_in.c and make it static. Change calls in xcb_conn.c to _xcb_in_read_block instead.
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 439b885..ae36ac5 100644 --- a/src/xcbint.h +++ b/src/xcbint.h @@ -73,7 +73,6 @@ void *_xcb_map_remove(_xcb_map *q, unsigned int key); #define XCB_PAD(i) (-(i) & 3) int _xcb_set_fd_flags(const int fd); -int _xcb_read_block(const int fd, void *buf, const size_t len); /* xcb_out.c */ |