Cross Reference: ostream-failure-at.h
xref
: /
dovecot
/
src
/
lib
/
ostream-failure-at.h
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
9294b9ad2eb112258c247906b53010664f84e57b
Timo Sirainen
#
ifndef
OSTREAM_FAILURE_AT_H
9294b9ad2eb112258c247906b53010664f84e57b
Timo Sirainen
#
define
OSTREAM_FAILURE_AT_H
9294b9ad2eb112258c247906b53010664f84e57b
Timo Sirainen
9294b9ad2eb112258c247906b53010664f84e57b
Timo Sirainen
struct
ostream
*
9294b9ad2eb112258c247906b53010664f84e57b
Timo Sirainen
o_stream_create_failure_at
(
struct
ostream
*
output
,
uoff_t
failure_offset
,
9294b9ad2eb112258c247906b53010664f84e57b
Timo Sirainen
const
char
*
error_string
);
9294b9ad2eb112258c247906b53010664f84e57b
Timo Sirainen
struct
ostream
*
9294b9ad2eb112258c247906b53010664f84e57b
Timo Sirainen
o_stream_create_failure_at_flush
(
struct
ostream
*
output
,
const
char
*
error_string
);
9294b9ad2eb112258c247906b53010664f84e57b
Timo Sirainen
9294b9ad2eb112258c247906b53010664f84e57b
Timo Sirainen
#
endif