view src/lib-fs/ostream-metawrap.h @ 23017:c1d36f2575c7 default tip

lib-imap: Fix "Don't accept strings with NULs" cherry-pick
author Timo Sirainen <timo.sirainen@open-xchange.com>
date Thu, 29 Aug 2019 09:55:25 +0300
parents a1598c03c940
children
line wrap: on
line source

#ifndef OSTREAM_METAWRAP_H
#define OSTREAM_METAWRAP_H

struct ostream *
o_stream_create_metawrap(struct ostream *output,
			 void (*write_callback)(void *), void *context);

#endif