[dovecot-cvs] dovecot/src/plugins/acl acl-api.h,1.3,1.4

tss at dovecot.org tss at dovecot.org
Wed Apr 11 15:08:52 EEST 2007


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

Modified Files:
	acl-api.h 
Log Message:
cleanup



Index: acl-api.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/plugins/acl/acl-api.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- acl-api.h	11 Apr 2007 12:08:22 -0000	1.3
+++ acl-api.h	11 Apr 2007 12:08:50 -0000	1.4
@@ -109,6 +109,6 @@
 struct acl_object_list_iter *acl_object_list_init(struct acl_object *aclobj);
 int acl_object_list_next(struct acl_object_list_iter *iter,
                          struct acl_rights *rights_r);
-void acl_object_list_deinit(struct acl_object_list_iter **_iter);
+void acl_object_list_deinit(struct acl_object_list_iter **iter);
 
 #endif



More information about the dovecot-cvs mailing list