changeset 607:c857ebe48596 HEAD

mail_index_lock_full() doesn't need to be global
author Timo Sirainen <tss@iki.fi>
date Wed, 13 Nov 2002 13:01:11 +0200
parents f7fe4055d1ae
children debb8468514e
files src/lib-index/mail-index.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-index/mail-index.c	Wed Nov 13 07:00:49 2002 +0200
+++ b/src/lib-index/mail-index.c	Wed Nov 13 13:01:11 2002 +0200
@@ -399,8 +399,8 @@
 	return TRUE;
 }
 
-int mail_index_lock_full(MailIndex *index, MailLockType lock_type,
-			 int try_lock)
+static int mail_index_lock_full(MailIndex *index, MailLockType lock_type,
+				int try_lock)
 {
 	int keep_fsck;