aboutsummaryrefslogtreecommitdiffstats
path: root/mail/evolution-mbox-importer.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-02-06 07:04:08 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-02-06 07:04:08 +0800
commit8634c7a4ecc6d1e41fab52fc3e83333fff6bd6bd (patch)
tree52d488e0a1c73dfa3472d06c314287f7ec8e7319 /mail/evolution-mbox-importer.h
parent11f8fdd1cc92671ed3c2bdadae1aca673b7c4987 (diff)
downloadgsoc2013-evolution-8634c7a4ecc6d1e41fab52fc3e83333fff6bd6bd.tar
gsoc2013-evolution-8634c7a4ecc6d1e41fab52fc3e83333fff6bd6bd.tar.gz
gsoc2013-evolution-8634c7a4ecc6d1e41fab52fc3e83333fff6bd6bd.tar.bz2
gsoc2013-evolution-8634c7a4ecc6d1e41fab52fc3e83333fff6bd6bd.tar.lz
gsoc2013-evolution-8634c7a4ecc6d1e41fab52fc3e83333fff6bd6bd.tar.xz
gsoc2013-evolution-8634c7a4ecc6d1e41fab52fc3e83333fff6bd6bd.tar.zst
gsoc2013-evolution-8634c7a4ecc6d1e41fab52fc3e83333fff6bd6bd.zip
Moved bonobo includes from the .c to the .h. Include
2001-02-05 Christopher James Lahey <clahey@ximian.com> * evolution-mbox-importer.c, evolution-mbox-importer.h: Moved bonobo includes from the .c to the .h. Include evolution-mbox-importer.h in evolution-mbox-importer.c. * evolution-outlook-importer.c, evolution-outlook-importer.h: Moved bonobo includes from the .c to the .h. Include evolution-outlook-importer.h in evolution-outlook-importer.c. * mail-callbacks.c: Include mail-send-recv.h. * mail-local.c (mail_local_lookup_folder): Cast local_store to CAMEL_STORE. * mail-mt.c (mail_msg_cleanup): Make this function static. * mail-send-recv.c, mail-send-recv.h: Created mail_send_recv.h. Included it in mail-send-recv.c. Added a #include <libgnomeui/gnome-window-icon.h>. (mail_send_receive): Added a cast. * mail-summary.c (new_folder_cb, removed_folder_cb, create_summary_view): Cast the source func in calling g_idle_add. svn path=/trunk/; revision=8002
Diffstat (limited to 'mail/evolution-mbox-importer.h')
-rw-r--r--mail/evolution-mbox-importer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/evolution-mbox-importer.h b/mail/evolution-mbox-importer.h
index bdf4190150..20b56b81eb 100644
--- a/mail/evolution-mbox-importer.h
+++ b/mail/evolution-mbox-importer.h
@@ -24,6 +24,9 @@
#ifndef _EVOLUTION_MBOX_IMPORTER_H_
#define _EVOLUTION_MBOX_IMPORTER_H_
+#include <bonobo/bonobo-object.h>
+#include <bonobo/bonobo-generic-factory.h>
+
#define MBOX_FACTORY_IID "OAFIID:GNOME_Evolution_Mail_Mbox_ImporterFactory"
BonoboObject *mbox_factory_fn (BonoboGenericFactory *_factory,