aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-local.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-local.h')
-rw-r--r--mail/mail-local.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/mail-local.h b/mail/mail-local.h
index d1e4f3791d..d75356609c 100644
--- a/mail/mail-local.h
+++ b/mail/mail-local.h
@@ -27,11 +27,10 @@
#define _MAIL_LOCAL_H
#include "evolution-shell-client.h"
-#include "folder-browser.h"
+#include <camel/camel-folder.h>
-void mail_local_storage_startup (EvolutionShellClient *shellclient,
- const char *evolution_path);
+void mail_local_storage_startup (EvolutionShellClient *shellclient, const char *evolution_path);
-void mail_local_reconfigure_folder (FolderBrowser *fb);
+void mail_local_reconfigure_folder(const char *uri, void (*done)(const char *uri, CamelFolder *folder, void *data), void *done_data);
#endif