view src/lib/ostream-null.h @ 22955:812e5c961328

fts: Indexing virtual mailbox didn't always index the last mails
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Thu, 03 May 2018 18:33:00 +0300
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