view src/lib-fs/ostream-metawrap.h @ 22711:25d4771ad0fd

lib-storage: mailbox_list_index - indentation cleanup
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Thu, 14 Dec 2017 02:10:27 +0200
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