Cross Reference:
xref
: /
dovecot
/
src
/
lib-index
/
mbox
/
mbox-lock.h
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
mbox-lock.h revision a9a1257263df42c61458bd2d9dad9fe13ef4af82
#
ifndef
__MBOX_LOCK_H
#
define
__MBOX_LOCK_H
int
mbox_lock
(
MailIndex
*
index
,
const
char
*
path
,
int
fd
,
int
exclusive
);
int
mbox_unlock
(
MailIndex
*
index
,
const
char
*
path
,
int
fd
);
#
endif