[dovecot-cvs] dovecot/src/plugins/mail-log mail-log-plugin.c, 1.6, 1.7
tss at dovecot.org
tss at dovecot.org
Thu Mar 15 19:05:47 EET 2007
Update of /var/lib/cvs/dovecot/src/plugins/mail-log
In directory talvi:/tmp/cvs-serv18075/plugins/mail-log
Modified Files:
mail-log-plugin.c
Log Message:
Remove redundant "extern" declarations. Patch by Max Kellermann
Index: mail-log-plugin.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/plugins/mail-log/mail-log-plugin.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- mail-log-plugin.c 10 Mar 2007 12:54:20 -0000 1.6
+++ mail-log-plugin.c 15 Mar 2007 17:05:45 -0000 1.7
@@ -25,9 +25,6 @@
struct mail_vfuncs super;
};
-/* defined by imap, pop3, lda */
-extern void (*hook_mail_storage_created)(struct mail_storage *storage);
-
const char *mail_log_plugin_version = PACKAGE_VERSION;
static void (*mail_log_next_hook_mail_storage_created)
More information about the dovecot-cvs
mailing list