diff options
Diffstat (limited to 'mail/em-folder-selection.h')
-rw-r--r-- | mail/em-folder-selection.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/mail/em-folder-selection.h b/mail/em-folder-selection.h index af3243fdd5..3f6b4b3a3b 100644 --- a/mail/em-folder-selection.h +++ b/mail/em-folder-selection.h @@ -24,15 +24,16 @@ #ifndef EM_FOLDER_SELECTION_H #define EM_FOLDER_SELECTION_H -#include <gtk/gtk.h> -#include "em-folder-tree.h" +#include <glib.h> G_BEGIN_DECLS -void em_select_folder (GtkWindow *parent_window, const gchar *title, const gchar *oklabel, const gchar *default_uri, - EMFTExcludeFunc exclude, - void (*done)(const gchar *uri, gpointer data), - gpointer data); +void em_select_folder (const gchar *title, + const gchar *oklabel, + const gchar *default_uri, + EMFTExcludeFunc exclude, + void (*done)(const gchar *uri, gpointer data), + gpointer data); G_END_DECLS |