diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-12-03 23:42:33 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-12-03 23:42:33 +0800 |
commit | 7f92d558c4ee075865c15c7ff355007f8d8c0faf (patch) | |
tree | be97ef82b99cb28aad87772abd97e4ad9a115e6d /mail/em-migrate.h | |
parent | 9b448074a4aeabc87a65db1c2ef89ed3ba6c1ffb (diff) | |
download | gsoc2013-evolution-7f92d558c4ee075865c15c7ff355007f8d8c0faf.tar.gz gsoc2013-evolution-7f92d558c4ee075865c15c7ff355007f8d8c0faf.tar.zst gsoc2013-evolution-7f92d558c4ee075865c15c7ff355007f8d8c0faf.zip |
fixed a compile warning
svn path=/trunk/; revision=23599
Diffstat (limited to 'mail/em-migrate.h')
-rw-r--r-- | mail/em-migrate.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/em-migrate.h b/mail/em-migrate.h index b4cf51e725..2ea2b8420e 100644 --- a/mail/em-migrate.h +++ b/mail/em-migrate.h @@ -24,6 +24,8 @@ #ifndef __EM_MIGRATE_H__ #define __EM_MIGRATE_H__ +#include "mail-component.h" + #include <camel/camel-exception.h> #ifdef __cplusplus @@ -31,7 +33,7 @@ extern "C" { #pragma } #endif /* __cplusplus */ -int em_migrate (struct _MailComponent *component, CamelException *ex); +int em_migrate (MailComponent *component, CamelException *ex); #ifdef __cplusplus } |