diff options
author | Jamey Sharp <jamey@minilop.net> | 2006-03-12 13:20:29 -0800 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2006-03-12 13:20:29 -0800 |
commit | b83f18a4cc2303dfda59807d56e16bbc5c18b09d (patch) | |
tree | 2dcd63657899a2f18433a458fa0493047be7e30b /src/xcbint.h | |
parent | fb61c94d685a254ef0702a2e2093b8cdda02d514 (diff) |
Only _xcb_conn_wait calls _xcb_out_write now, so move it to xcb_conn.c and make it static.
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 e90ede2..7b32248 100644 --- a/src/xcbint.h +++ b/src/xcbint.h @@ -74,7 +74,6 @@ typedef struct _xcb_out { int _xcb_out_init(_xcb_out *out); void _xcb_out_destroy(_xcb_out *out); -int _xcb_out_write(XCBConnection *c, struct iovec **vector, int *count); int _xcb_out_send(XCBConnection *c, struct iovec **vector, int *count); int _xcb_out_flush_to(XCBConnection *c, unsigned int request); |