Cross Reference: ostream-metawrap.h
xref
: /
dovecot
/
src
/
lib-fs
/
ostream-metawrap.h
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
#
ifndef
OSTREAM_METAWRAP_H
#
define
OSTREAM_METAWRAP_H
struct
ostream
*
o_stream_create_metawrap
(
struct
ostream
*
output
,
void
(*
write_callback
)(
void
*),
void
*
context
);
#
endif