X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fxcbint.h;h=9d4423866c260f73c9018ea2cae1d9b66597cd97;hb=6dd8228a137d280ce24cec604a419129d8ed0e8e;hp=154cca04a65b33261fab11ef7689e091d5e88c7e;hpb=a63fbc9d6c484e5ad7a5e9d56f81b8e1a2f38a82;p=free-sw%2Fxcb%2Flibxcb diff --git a/src/xcbint.h b/src/xcbint.h index 154cca0..9d44238 100644 --- a/src/xcbint.h +++ b/src/xcbint.h @@ -106,7 +106,7 @@ typedef struct _xcb_out { int _xcb_out_init(_xcb_out *out); void _xcb_out_destroy(_xcb_out *out); -int _xcb_out_send(xcb_connection_t *c, struct iovec **vector, int *count); +int _xcb_out_send(xcb_connection_t *c, struct iovec *vector, int count); int _xcb_out_flush_to(xcb_connection_t *c, uint64_t request);