f1ed4fa248aaf6841ba638b9d66b2738d9f7aa18Timo Sirainen/* Create rawlog *.in and *.out files to the given directory. */
b66d803de86bfb411165b3465b0d9ef64ecfe2a1Timo Siraineniostream_rawlog_create(const char *dir, struct istream **input,
f1ed4fa248aaf6841ba638b9d66b2738d9f7aa18Timo Sirainen/* Create rawlog prefix.in and prefix.out files. */
f1ed4fa248aaf6841ba638b9d66b2738d9f7aa18Timo Siraineniostream_rawlog_create_prefix(const char *prefix, struct istream **input,
f1ed4fa248aaf6841ba638b9d66b2738d9f7aa18Timo Sirainen/* Create rawlog path, writing both input and output to the same file. */
f1ed4fa248aaf6841ba638b9d66b2738d9f7aa18Timo Siraineniostream_rawlog_create_path(const char *path, struct istream **input,
76d4ff1c1b31a1a09f6cbfe613a8d0efe62cbfd2Timo Sirainen/* Create rawlog that appends to the given rawlog_output.
76d4ff1c1b31a1a09f6cbfe613a8d0efe62cbfd2Timo Sirainen Both input and output are written to the same stream. */