changeset 6984:45e07aee9aa2 HEAD

Moved keyword_indexes array type to lib-mail.
author Timo Sirainen <tss@iki.fi>
date Sun, 09 Dec 2007 19:56:45 +0200
parents 9a074ef38b02
children 58b8daf695bf
files src/lib-index/mail-index.h src/lib-mail/mail-types.h
diffstat 2 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-index/mail-index.h	Sun Dec 09 19:55:40 2007 +0200
+++ b/src/lib-index/mail-index.h	Sun Dec 09 19:56:45 2007 +0200
@@ -161,8 +161,6 @@
 	enum mail_index_sync_type type;
 };
 
-ARRAY_DEFINE_TYPE(keyword_indexes, unsigned int);
-
 struct mail_index;
 struct mail_index_map;
 struct mail_index_view;
--- a/src/lib-mail/mail-types.h	Sun Dec 09 19:55:40 2007 +0200
+++ b/src/lib-mail/mail-types.h	Sun Dec 09 19:56:45 2007 +0200
@@ -20,5 +20,6 @@
 };
 
 ARRAY_DEFINE_TYPE(keywords, const char *);
+ARRAY_DEFINE_TYPE(keyword_indexes, unsigned int);
 
 #endif