From ca5c50ddfeda1a3a8aaaaa7e1a42ab4c34200283 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Fri, 20 May 2005 13:12:05 +0000 Subject: Lots of work, filled out functions, cleaned up idl to make the data more 2005-05-20 Not Zed * Lots of work, filled out functions, cleaned up idl to make the data more useful, added a listener interface, etc. svn path=/trunk/; revision=29395 --- plugins/mail-remote/mail-remote.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'plugins/mail-remote/mail-remote.c') diff --git a/plugins/mail-remote/mail-remote.c b/plugins/mail-remote/mail-remote.c index 6ee41f6c9d..dedbb03596 100644 --- a/plugins/mail-remote/mail-remote.c +++ b/plugins/mail-remote/mail-remote.c @@ -5,10 +5,16 @@ #include "evolution-mail-session.h" #include -#define MAIL_SESSION_ID "OAFIID:GNOME_Evolution_Mail_Session:" BASE_VERSION +struct _EPlugin; +struct _ESEventTargetUpgrade; +void org_gnome_evolution_mail_remote_startup(struct _EPlugin *ep, struct _ESEventTargetUpgrade *target); int e_plugin_lib_enable(int enable); +void org_gnome_evolution_mail_remote_startup(struct _EPlugin *ep, struct _ESEventTargetUpgrade *target) { + /* noop */ ; +} + int e_plugin_lib_enable(int enable) { static EvolutionMailSession *sess; -- cgit v1.2.3