X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fxcbint.h;h=359c681e637e45d1fb74b34426c277c6ef6b5f80;hb=057ae541a3a73cffd58533029292c1c721fa3162;hp=e90ede201b7377f62866c51dabf594d24d61ce81;hpb=fb61c94d685a254ef0702a2e2093b8cdda02d514;p=free-sw%2Fxcb%2Flibxcb diff --git a/src/xcbint.h b/src/xcbint.h index e90ede2..359c681 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); @@ -157,6 +156,11 @@ struct XCBConnection { int _xcb_conn_wait(XCBConnection *c, pthread_cond_t *cond, struct iovec **vector, int *count); + +/* xcb_auth.c */ + +int _xcb_get_auth_info(int fd, XCBAuthInfo *info); + #ifdef GCC_HAS_VISIBILITY #pragma GCC visibility pop #endif