diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-01-14 06:45:47 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-01-14 06:45:47 +0800 |
commit | a131a710f92a7fd9e7e3ca913a0e26956d9f5d50 (patch) | |
tree | b4ce49a6e5f6c03a97244d12e5a193429a771bcf /mail/em-migrate.h | |
parent | f17f36a31ed398d797cf96a9029efaaf83485f43 (diff) | |
download | gsoc2013-evolution-a131a710f92a7fd9e7e3ca913a0e26956d9f5d50.tar.gz gsoc2013-evolution-a131a710f92a7fd9e7e3ca913a0e26956d9f5d50.tar.zst gsoc2013-evolution-a131a710f92a7fd9e7e3ca913a0e26956d9f5d50.zip |
Handle upgrading from 1.0.x and 1.2.x (code basically moved verbatim from
2004-01-13 Jeffrey Stedfast <fejj@ximian.com>
* em-migrate.c (em_migrate): Handle upgrading from 1.0.x and 1.2.x
(code basically moved verbatim from e_config_upgrade).
* mail-component.c (impl_upgradeFromVersion): Move all the
major/minor/revision logic into em_migrate().
svn path=/trunk/; revision=24206
Diffstat (limited to 'mail/em-migrate.h')
-rw-r--r-- | mail/em-migrate.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/em-migrate.h b/mail/em-migrate.h index 2ea2b8420e..a094ee6362 100644 --- a/mail/em-migrate.h +++ b/mail/em-migrate.h @@ -24,8 +24,6 @@ #ifndef __EM_MIGRATE_H__ #define __EM_MIGRATE_H__ -#include "mail-component.h" - #include <camel/camel-exception.h> #ifdef __cplusplus @@ -33,7 +31,7 @@ extern "C" { #pragma } #endif /* __cplusplus */ -int em_migrate (MailComponent *component, CamelException *ex); +int em_migrate (const char *evolution_dir, int major, int minor, int revision, CamelException *ex); #ifdef __cplusplus } |