diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2012-10-09 10:19:49 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2012-10-09 10:19:49 +0200 |
commit | 99aca14f3aa05f8012e039413f9f6388087b6ecc (patch) | |
tree | 8ea4e9eb70f53f6aea2417e5e413b21dbf39f4f2 /vconsole.h | |
parent | 9afddca3c27aa8aa2519ebc610d1dd59316a79ef (diff) | |
download | vconsole-99aca14f3aa05f8012e039413f9f6388087b6ecc.tar.gz |
error reporting
Diffstat (limited to 'vconsole.h')
-rw-r--r-- | vconsole.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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); /* ------------------------------------------------------------------ */ |