Cross Reference: ostream-null.h
xref
: /
dovecot
/
src
/
lib
/
ostream-null.h
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
d1eec04fac1f40f4d8f4c84f7f90ef6944495418
Timo Sirainen
#
ifndef
OSTREAM_NULL_H
d1eec04fac1f40f4d8f4c84f7f90ef6944495418
Timo Sirainen
#
define
OSTREAM_NULL_H
d1eec04fac1f40f4d8f4c84f7f90ef6944495418
Timo Sirainen
d1eec04fac1f40f4d8f4c84f7f90ef6944495418
Timo Sirainen
/* Create an output stream that ignores all the writes. */
d1eec04fac1f40f4d8f4c84f7f90ef6944495418
Timo Sirainen
struct
ostream
*
o_stream_create_null
(
void
);
d1eec04fac1f40f4d8f4c84f7f90ef6944495418
Timo Sirainen
d1eec04fac1f40f4d8f4c84f7f90ef6944495418
Timo Sirainen
#
endif