diff options
author | Ian Osgood <iano@quirkster.com> | 2006-03-13 10:36:13 -0800 |
---|---|---|
committer | Ian Osgood <iano@quirkster.com> | 2006-03-13 10:36:13 -0800 |
commit | be1302b6efb33967bce5356af58e3e0ae3b19363 (patch) | |
tree | b8261e80c447ae946aa8b3e1b626bc17bd69d9bf /src/xcbint.h | |
parent | d8de2c7c2a9b8bf59c8f1fcece5faed0b6cbf6f4 (diff) |
Remove last deprecation warning.
Diffstat (limited to 'src/xcbint.h')
-rw-r--r-- | src/xcbint.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 |