ostream-rawlog.c revision 93936b4e7179f97ca490c863f666f378ebb08905
/* Copyright (c) 2011-2015 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "iostream-rawlog-private.h"
#include "ostream-private.h"
#include "ostream-rawlog.h"
struct rawlog_ostream {
struct ostream_private ostream;
struct rawlog_iostream riostream;
};
bool close_parent)
{
if (close_parent)
}
static ssize_t
{
unsigned int i;
return -1;
}
} else {
break;
}
}
return ret;
}
struct ostream *
{
struct ostream *rawlog_output;
}
struct ostream *
struct ostream *rawlog_output,
enum iostream_rawlog_flags flags)
{
struct rawlog_ostream *rstream;
}