summaryrefslogtreecommitdiffstats
path: root/src/lib-fs/istream-fs-stats.h
blob: aca74b66ba5a89746a68216e874c0e43b7aa5c2c (plain)
1
2
3
4
5
6
7
8
9
#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