diff options
Diffstat (limited to 'vconsole.h')
-rw-r--r-- | vconsole.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -83,6 +83,8 @@ struct vconsole_connect { struct vconsole_connect *connect_init(struct vconsole_window *win, const char *uri); +void connect_close(virConnectPtr c, int reason, void *opaque); + /* ------------------------------------------------------------------ */ struct vconsole_domain { |