comparison src/plugins/mail-log/mail-log-plugin.c @ 5185:24f4a959a24c HEAD

Added <plugin_name>_version string.
author Timo Sirainen <tss@iki.fi>
date Thu, 22 Feb 2007 16:27:25 +0200
parents 02f7ce1e75f6
children f33e5ce7a73c
comparison
equal deleted inserted replaced
5184:47e393c4eb4b 5185:24f4a959a24c
25 struct mail_vfuncs super; 25 struct mail_vfuncs super;
26 }; 26 };
27 27
28 /* defined by imap, pop3, lda */ 28 /* defined by imap, pop3, lda */
29 extern void (*hook_mail_storage_created)(struct mail_storage *storage); 29 extern void (*hook_mail_storage_created)(struct mail_storage *storage);
30
31 const char *mail_log_plugin_version = PACKAGE_VERSION;
30 32
31 static void (*mail_log_next_hook_mail_storage_created) 33 static void (*mail_log_next_hook_mail_storage_created)
32 (struct mail_storage *storage); 34 (struct mail_storage *storage);
33 35
34 static unsigned int mail_log_storage_module_id = 0; 36 static unsigned int mail_log_storage_module_id = 0;