aboutsummaryrefslogtreecommitdiffstats
path: root/vconsole.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2012-09-27 08:51:21 +0200
committerGerd Hoffmann <kraxel@redhat.com>2012-09-27 08:51:21 +0200
commit9afddca3c27aa8aa2519ebc610d1dd59316a79ef (patch)
tree194c208a2cb03c5808f5fb1b57c08e62eb456688 /vconsole.h
parentefc71ac0b967da2555013dbf85a27bd43636041e (diff)
downloadvconsole-9afddca3c27aa8aa2519ebc610d1dd59316a79ef.tar.gz
improve error handling
Diffstat (limited to 'vconsole.h')
-rw-r--r--vconsole.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vconsole.h b/vconsole.h
index c637bb3..e1ceb67 100644
--- a/vconsole.h
+++ b/vconsole.h
@@ -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 {