Cross Reference: istream-rawlog.h
xref
: /
dovecot
/
src
/
lib-storage
/
mail-storage.h
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
istream-rawlog.h revision f1ed4fa248aaf6841ba638b9d66b2738d9f7aa18
#
ifndef
ISTREAM_RAWLOG_H
#
define
ISTREAM_RAWLOG_H
struct
istream
*
i_stream_create_rawlog
(
struct
istream
*
input
,
const
char
*
rawlog_path
,
int
rawlog_fd
,
enum
iostream_rawlog_flags
flags
);
#
endif