diff options
Diffstat (limited to 'src/xcbint.h')
-rw-r--r-- | src/xcbint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xcbint.h b/src/xcbint.h index 235c848..9836def 100644 --- a/src/xcbint.h +++ b/src/xcbint.h @@ -225,6 +225,7 @@ struct xcb_connection_t { void _xcb_conn_shutdown(xcb_connection_t *c, int err); +XCB_CONST_FUNCTION xcb_connection_t *_xcb_conn_ret_error(int err); int _xcb_conn_wait(xcb_connection_t *c, pthread_cond_t *cond, struct iovec **vector, int *count); |