diff options
author | Jamey Sharp <jamey@minilop.net> | 2006-02-23 12:48:27 -0800 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2006-02-23 12:48:27 -0800 |
commit | 55c1842686d2e668708cd106b5e08847df0184c3 (patch) | |
tree | 4cb6023b11611a740ae4c927c48437ee1f4b13bd /src/xcbint.h | |
parent | 213b5725928ccf8aedc807cc40a261b2d5431247 (diff) |
Move _xcb_write and _xcb_writev to xcb_out.c and make them static, since only _xcb_out_write calls them.
Diffstat (limited to 'src/xcbint.h')
-rw-r--r-- | src/xcbint.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xcbint.h b/src/xcbint.h index eb90fc3..402b042 100644 --- a/src/xcbint.h +++ b/src/xcbint.h @@ -84,8 +84,6 @@ void *_xcb_map_remove(_xcb_map *q, unsigned int key); int _xcb_set_fd_flags(const int fd); int _xcb_readn(const int fd, void *buf, const int buflen, int *count); int _xcb_read_block(const int fd, void *buf, const size_t len); -int _xcb_write(const int fd, char (*buf)[], int *count); -int _xcb_writev(const int fd, struct iovec *vec, int count); /* xcb_out.c */ |