/* Copyright (c) 2011-2018 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "ostream.h"
#include "iostream-rawlog-private.h"
#include "istream-private.h"
#include "istream-rawlog.h"
struct rawlog_istream {
};
bool close_parent)
{
if (close_parent)
}
{
/* get to same position in parent stream */
}
}
{
ret = 0;
else do {
return -2;
else {
}
return ret;
}
struct istream *
{
}
struct istream *
struct ostream *rawlog_output,
enum iostream_rawlog_flags flags)
{
i_stream_get_fd(input), 0);
}