summaryrefslogtreecommitdiff
path: root/src/xcbint.h
diff options
context:
space:
mode:
authorJamey Sharp <jamey@minilop.net>2006-03-12 13:20:29 -0800
committerJamey Sharp <jamey@minilop.net>2006-03-12 13:20:29 -0800
commitb83f18a4cc2303dfda59807d56e16bbc5c18b09d (patch)
tree2dcd63657899a2f18433a458fa0493047be7e30b /src/xcbint.h
parentfb61c94d685a254ef0702a2e2093b8cdda02d514 (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.h1
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);