[dovecot-cvs] 
	dovecot/src/lib-index mail-index-sync-private.h, 1.24, 1.25
    cras at dovecot.org 
    cras at dovecot.org
       
    Sat Apr  2 22:31:29 EEST 2005
    
        - Previous message: [dovecot-cvs] dovecot/src/lib array.h,1.6,1.7
 
        - Next message: [dovecot-cvs] dovecot/src/imap client.h, 1.28, 1.29 cmd-append.c,
	1.59, 1.60 cmd-select.c, 1.36, 1.37 commands-util.c, 1.42,
	1.43 commands-util.h, 1.22, 1.23
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
    
  
Update of /var/lib/cvs/dovecot/src/lib-index
In directory talvi:/tmp/cvs-serv13138/lib-index
Modified Files:
	mail-index-sync-private.h 
Log Message:
Added ARRAY_DEFINE_PTR() which needs to be used instead of ARRAY_DEFINE()
for pointers.
Index: mail-index-sync-private.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-index/mail-index-sync-private.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- mail-index-sync-private.h	14 Mar 2005 20:48:25 -0000	1.24
+++ mail-index-sync-private.h	2 Apr 2005 19:31:27 -0000	1.25
@@ -24,7 +24,7 @@
 };
 
 struct mail_index_sync_list {
-	const array_t *ARRAY_DEFINE(array, struct uid_range *);
+	const array_t *ARRAY_DEFINE_PTR(array, struct uid_range);
 	unsigned int idx;
 	unsigned int keyword_num;
 };
    
    
        
	- Previous message: [dovecot-cvs] dovecot/src/lib array.h,1.6,1.7
 
	- Next message: [dovecot-cvs] dovecot/src/imap client.h, 1.28, 1.29 cmd-append.c,
	1.59, 1.60 cmd-select.c, 1.36, 1.37 commands-util.c, 1.42,
	1.43 commands-util.h, 1.22, 1.23
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
More information about the dovecot-cvs
mailing list