diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2012-09-27 08:51:21 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2012-09-27 08:51:21 +0200 |
commit | 9afddca3c27aa8aa2519ebc610d1dd59316a79ef (patch) | |
tree | 194c208a2cb03c5808f5fb1b57c08e62eb456688 /vconsole.h | |
parent | efc71ac0b967da2555013dbf85a27bd43636041e (diff) | |
download | vconsole-9afddca3c27aa8aa2519ebc610d1dd59316a79ef.tar.gz |
improve error handling
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 { |