aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-selection.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-folder-selection.h')
-rw-r--r--mail/em-folder-selection.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/em-folder-selection.h b/mail/em-folder-selection.h
index 103cf65686..3f646ba76f 100644
--- a/mail/em-folder-selection.h
+++ b/mail/em-folder-selection.h
@@ -29,9 +29,12 @@ extern "C" {
#pragma }
#endif /* __cplusplus */
+#include "em-folder-tree.h"
+
struct _GtkWindow;
void em_select_folder (struct _GtkWindow *parent_window, const char *title, const char *oklabel, const char *default_uri,
+ EMFTExcludeFunc exclude,
void (*done)(const char *uri, void *data),
void *data);