dovecot-2.0: mail-transaction-log-view compiling fix.

dovecot at dovecot.org dovecot at dovecot.org
Wed May 27 03:44:02 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/149f7c22217d
changeset: 9398:149f7c22217d
user:      Timo Sirainen <tss at iki.fi>
date:      Tue May 26 20:43:57 2009 -0400
description:
mail-transaction-log-view compiling fix.

diffstat:

1 file changed, 4 insertions(+), 3 deletions(-)
src/lib-index/test-mail-transaction-log-view.c |    7 ++++---

diffs (31 lines):

diff -r bde78a3c9c8b -r 149f7c22217d src/lib-index/test-mail-transaction-log-view.c
--- a/src/lib-index/test-mail-transaction-log-view.c	Tue May 26 20:43:01 2009 -0400
+++ b/src/lib-index/test-mail-transaction-log-view.c	Tue May 26 20:43:57 2009 -0400
@@ -1,7 +1,8 @@
 /* Copyright (c) 2009 Dovecot authors, see the included COPYING file */
 
-#include "test-index.h"
+#include "lib.h"
 #include "array.h"
+#include "test-common.h"
 #include "mail-index-private.h"
 #include "mail-transaction-log-view-private.h"
 
@@ -111,7 +112,7 @@ add_append_record(struct mail_transactio
 	return size;
 }
 
-void test_transaction_log_view(void)
+static void test_mail_transaction_log_view(void)
 {
 	const struct mail_transaction_header *hdr;
 	const struct mail_index_record *rec;
@@ -207,7 +208,7 @@ int main(void)
 int main(void)
 {
 	static void (*test_functions[])(void) = {
-		test_transaction_log_view,
+		test_mail_transaction_log_view,
 		NULL
 	};
 	return test_run(test_functions);


More information about the dovecot-cvs mailing list