diff options
author | Alessio Treglia <alessio@debian.org> | 2014-07-21 13:58:18 +0100 |
---|---|---|
committer | Alessio Treglia <alessio@debian.org> | 2014-07-21 13:58:18 +0100 |
commit | 6ef14034edff72de856c29dd2e4f2b180444d890 (patch) | |
tree | 6586d6a6d6c494ff4c82adfc63154dc8496fd93c /src/support.h |
Imported Upstream version 0.17upstream/0.17
Diffstat (limited to 'src/support.h')
-rw-r--r-- | src/support.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/support.h b/src/support.h new file mode 100644 index 0000000..82b0401 --- /dev/null +++ b/src/support.h @@ -0,0 +1,3 @@ +GtkWidget *xpm_label_box (gchar *); +int error_dialog (char *); +GdkPixbuf *create_pixbuf (const gchar * filename); |