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 f059522..01d8a20 100644 --- a/src/xcbint.h +++ b/src/xcbint.h @@ -158,6 +158,7 @@ struct XCBConnection { _xcb_xid xid; }; +void _xcb_conn_shutdown(XCBConnection *c); int _xcb_conn_wait(XCBConnection *c, pthread_cond_t *cond, struct iovec **vector, int *count); |