view src/lib/ostream-failure-at.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 1c7288c054b1
children
line wrap: on
line source

#ifndef OSTREAM_FAILURE_AT_H
#define OSTREAM_FAILURE_AT_H

struct ostream *
o_stream_create_failure_at(struct ostream *output, uoff_t failure_offset,
			   const char *error_string);
struct ostream *
o_stream_create_failure_at_flush(struct ostream *output, const char *error_string);

#endif