[dovecot-cvs] dovecot/src/plugins/acl acl-plugin.c,1.4,1.5

tss at dovecot.org tss at dovecot.org
Thu Mar 15 19:05:46 EET 2007


Update of /var/lib/cvs/dovecot/src/plugins/acl
In directory talvi:/tmp/cvs-serv18075/plugins/acl

Modified Files:
	acl-plugin.c 
Log Message:
Remove redundant "extern" declarations. Patch by Max Kellermann



Index: acl-plugin.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/plugins/acl/acl-plugin.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- acl-plugin.c	22 Feb 2007 14:27:25 -0000	1.4
+++ acl-plugin.c	15 Mar 2007 17:05:44 -0000	1.5
@@ -8,9 +8,6 @@
 
 #include <stdlib.h>
 
-/* defined by imap, pop3, lda */
-extern void (*hook_mail_storage_created)(struct mail_storage *storage);
-
 void (*acl_next_hook_mail_storage_created)(struct mail_storage *storage);
 void (*acl_next_hook_mailbox_list_created)(struct mailbox_list *list);
 



More information about the dovecot-cvs mailing list