diff options
Diffstat (limited to 'mail/em-folder-properties.h')
-rw-r--r-- | mail/em-folder-properties.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/mail/em-folder-properties.h b/mail/em-folder-properties.h index fbb8dadac9..704e43b6d3 100644 --- a/mail/em-folder-properties.h +++ b/mail/em-folder-properties.h @@ -25,13 +25,14 @@ #define __EM_FOLDER_PROPERTIES_H__ #include <camel/camel.h> -#include <shell/e-shell-view.h> +#include <mail/e-mail-session.h> G_BEGIN_DECLS -void em_folder_properties_show (EShellView *shell_view, - CamelStore *store, - const gchar *folder_name); +void em_folder_properties_show (CamelStore *store, + const gchar *folder_name, + EAlertSink *alert_sink, + GtkWindow *parent_window); G_END_DECLS |