Current File : //usr/local/apps/dovecot/include/dovecot/istream-fs-stats.h
#ifndef ISTREAM_FS_STATS_H
#define ISTREAM_FS_STATS_H

struct fs_file;

struct istream *
i_stream_create_fs_stats(struct istream *input, struct fs_file *file);

#endif