view src/lib/ostream-null.h @ 20018:f6ca5e5e493e

lib: Added ostream-null
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Tue, 12 Apr 2016 20:00:51 +0300
parents
children
line wrap: on
line source

#ifndef OSTREAM_NULL_H
#define OSTREAM_NULL_H

/* Create an output stream that ignores all the writes. */
struct ostream *o_stream_create_null(void);

#endif