Cross Reference:
xref
: /
dovecot
/
src
/
doveadm
/
dsync
/
dsync-mailbox-state-export.h
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
dsync-mailbox-state-export.h revision 7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29
#
ifndef
DSYNC_MAILBOX_STATE_EXPORT_H
#
define
DSYNC_MAILBOX_STATE_EXPORT_H
struct
dsync_mailbox_state_export
*
dsync_mailbox_state_export_init
(
struct
mailbox
*
box
);
void
dsync_mailbox_state_export_deinit
(
struct
dsync_mailbox_state_export
**
exporter
);
void
dsync_mailbox_state_export_more
(
struct
dsync_mailbox_state_export
**
exporter
);
// vai
int
dsync_mailbox_state_export
(
struct
mailbox
*
box
,
struct
ostream
*
output
);
#
endif