aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/evolution-module-mail.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/evolution-module-mail.c b/mail/evolution-module-mail.c
index 6f6c956202..936ed9a0b5 100644
--- a/mail/evolution-module-mail.c
+++ b/mail/evolution-module-mail.c
@@ -28,7 +28,7 @@
void e_module_load (GTypeModule *type_module);
void e_module_unload (GTypeModule *type_module);
-void
+G_MODULE_EXPORT void
e_module_load (GTypeModule *type_module)
{
/* Register dynamically loaded types. */
@@ -39,7 +39,7 @@ e_module_load (GTypeModule *type_module)
e_mail_shell_view_register_type (type_module);
}
-void
+G_MODULE_EXPORT void
e_module_unload (GTypeModule *type_module)
{
}