X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fxcbint.h;h=359c681e637e45d1fb74b34426c277c6ef6b5f80;hb=ff38c17c48c271847d12c81cbf80142c6918dc78;hp=7b32248b659a4831d84c57b848b5255afcdea6be;hpb=d69c403cba9bdebd1bd41b62ae7e28f5852248d4;p=free-sw%2Fxcb%2Flibxcb diff --git a/src/xcbint.h b/src/xcbint.h index 7b32248..359c681 100644 --- a/src/xcbint.h +++ b/src/xcbint.h @@ -156,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