aboutsummaryrefslogtreecommitdiffstats
path: root/vconsole.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2012-10-09 10:19:49 +0200
committerGerd Hoffmann <kraxel@redhat.com>2012-10-09 10:19:49 +0200
commit99aca14f3aa05f8012e039413f9f6388087b6ecc (patch)
tree8ea4e9eb70f53f6aea2417e5e413b21dbf39f4f2 /vconsole.h
parent9afddca3c27aa8aa2519ebc610d1dd59316a79ef (diff)
downloadvconsole-99aca14f3aa05f8012e039413f9f6388087b6ecc.tar.gz
error reporting
Diffstat (limited to 'vconsole.h')
-rw-r--r--vconsole.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/vconsole.h b/vconsole.h
index e1ceb67..e31c531 100644
--- a/vconsole.h
+++ b/vconsole.h
@@ -14,6 +14,7 @@
#include <vte/vte.h>
#include <libvirt/libvirt.h>
+#include <libvirt/virterror.h>
/* ------------------------------------------------------------------ */
@@ -72,6 +73,9 @@ struct vconsole_window {
extern int debug;
extern GKeyFile *config;
+int gtk_message(GtkWidget *window, GtkMessageType type, char *fmt, ...)
+ __attribute__ ((format (printf, 3, 0)));
+
void config_write(void);
/* ------------------------------------------------------------------ */