istream-fs-file.c revision bcb4e51a409d94ae670de96afb8483a4f7855294
/* Copyright (c) 2013-2018 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "istream-private.h"
#include "fs-api-private.h"
#include "istream-fs-file.h"
struct fs_file_istream {
struct istream_private istream;
};
bool close_parent ATTR_UNUSED)
{
}
{
}
}
struct istream *
{
struct fs_file_istream *fstream;
return input;
}