view src/lib/ostream-null.h @ 23007:36e01285b5b8

lib: buffer - Improve header comment for buffer_insert() and buffer_delete().
author Stephan Bosch <stephan.bosch@dovecot.fi>
date Mon, 18 Mar 2019 00:52:37 +0100
parents f6ca5e5e493e
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