istream-rawlog.c revision f1ed4fa248aaf6841ba638b9d66b2738d9f7aa18
/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "iostream-rawlog-private.h"
#include "istream-private.h"
#include "istream-rawlog.h"
struct rawlog_istream {
struct istream_private istream;
struct rawlog_iostream riostream;
};
{
}
{
/* get to same position in parent stream */
}
}
{
ret = 0;
else do {
return -2;
else {
}
return ret;
}
struct istream *
{
struct rawlog_istream *rstream;
}