diff src/lib-index/mail-transaction-log.h @ 5714:dcf5dbb6a76a HEAD

mail_transaction_log_move_to_memory() can't fail anymore. Moved the code to -log-file.c.
author Timo Sirainen <tss@iki.fi>
date Wed, 13 Jun 2007 19:45:29 +0300
parents c2362f144f15
children 7aab5d99fb45
line wrap: on
line diff
--- a/src/lib-index/mail-transaction-log.h	Wed Jun 13 03:48:32 2007 +0300
+++ b/src/lib-index/mail-transaction-log.h	Wed Jun 13 19:45:29 2007 +0300
@@ -191,8 +191,8 @@
 bool mail_transaction_log_is_head_prev(struct mail_transaction_log *log,
 				       uint32_t file_seq, uoff_t file_offset);
 
-/* Move currently opened log files to memory (called by
+/* Move currently opened log head file to memory (called by
    mail_index_move_to_memory()) */
-int mail_transaction_log_move_to_memory(struct mail_transaction_log *log);
+void mail_transaction_log_move_to_memory(struct mail_transaction_log *log);
 
 #endif