aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-properties.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-folder-properties.h')
-rw-r--r--mail/em-folder-properties.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/em-folder-properties.h b/mail/em-folder-properties.h
index d28eefe29b..958a5669c3 100644
--- a/mail/em-folder-properties.h
+++ b/mail/em-folder-properties.h
@@ -24,12 +24,12 @@
#ifndef __EM_FOLDER_PROPERTIES_H__
#define __EM_FOLDER_PROPERTIES_H__
-G_BEGIN_DECLS
+#include <gtk/gtk.h>
+#include <camel/camel-folder.h>
-struct _CamelFolder;
-struct _GtkWindow;
+G_BEGIN_DECLS
-void em_folder_properties_show(struct _GtkWindow *parent, struct _CamelFolder *folder, const gchar *uri);
+void em_folder_properties_show(GtkWindow *parent, CamelFolder *folder, const gchar *uri);
G_END_DECLS