view src/lib/istream-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 99827acc1888
children
line wrap: on
line source

#ifndef ISTREAM_FAILURE_AT_H
#define ISTREAM_FAILURE_AT_H

struct istream *
i_stream_create_failure_at(struct istream *input, uoff_t failure_offset,
			   const char *error_string);
struct istream *
i_stream_create_failure_at_eof(struct istream *input, const char *error_string);

#endif