diff options
Diffstat (limited to 'mail/mail-importer.c')
-rw-r--r-- | mail/mail-importer.c | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/mail/mail-importer.c b/mail/mail-importer.c index 85dfe5a57a..dd30807645 100644 --- a/mail/mail-importer.c +++ b/mail/mail-importer.c @@ -25,19 +25,20 @@ #include <config.h> #endif -#include <bonobo.h> -#include "mail-importer.h" -#include "mail-local.h" -#include "mail.h" - +#include <dirent.h> +#include <gmodule.h> +#include <libgnome/gnome-defs.h> +#include <libgnome/gnome-util.h> #include <evolution-storage.h> #include <camel/camel-folder.h> #include <camel/camel-mime-message.h> #include <camel/camel-stream-mem.h> #include <camel/camel-exception.h> -#include <dirent.h> -#include <gmodule.h> +#include "mail-importer.h" +#include "mail-local.h" +#include "mail.h" + static GList *importer_modules = NULL; @@ -45,6 +46,10 @@ extern char *evolution_dir; static GNOME_Evolution_LocalStorage local_storage = NULL; +/* Prototype */ + +void mail_importer_uninit (void); + /** * mail_importer_create_folder: * parent_path: The path of the parent folder. |