iostream-rawlog.h revision f1ed4fa248aaf6841ba638b9d66b2738d9f7aa18
16f816d3f3c32ae3351834253f52ddd0212bcbf3Timo Sirainen/* Create rawlog *.in and *.out files to the given directory. */
5ce2084ada06ade9f44fc2914c34658e9a842dc1Timo Siraineniostream_rawlog_create(const char *dir, struct istream **input,
5ce2084ada06ade9f44fc2914c34658e9a842dc1Timo Sirainen/* Create rawlog prefix.in and prefix.out files. */
5ce2084ada06ade9f44fc2914c34658e9a842dc1Timo Siraineniostream_rawlog_create_prefix(const char *prefix, struct istream **input,
923eb3dde28e4d8841c14fd6b4a69635b7070c3eTimo Sirainen/* Create rawlog path, writing both input and output to the same file. */
06ff2a72c39cb34cc6425f17fc82c5e93fef2018Timo Siraineniostream_rawlog_create_path(const char *path, struct istream **input,