1 #ifndef ISTREAM_FS_STATS_H
2 #define ISTREAM_FS_STATS_H
3 
4 struct fs_file;
5 
6 struct istream *
7 i_stream_create_fs_stats(struct istream *input, struct fs_file *file);
8 
9 #endif
10