From 0441d265f2bb9da249c7abf333f0f771fadb4ab5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 19:36:47 +0200 Subject: Adding upstream version 1:2.3.21+dfsg1. Signed-off-by: Daniel Baumann --- src/lib/ostream-rawlog.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/lib/ostream-rawlog.h (limited to 'src/lib/ostream-rawlog.h') diff --git a/src/lib/ostream-rawlog.h b/src/lib/ostream-rawlog.h new file mode 100644 index 0000000..8f3e2b7 --- /dev/null +++ b/src/lib/ostream-rawlog.h @@ -0,0 +1,14 @@ +#ifndef OSTREAM_RAWLOG_H +#define OSTREAM_RAWLOG_H + +#include "iostream-rawlog.h" + +struct ostream * +o_stream_create_rawlog(struct ostream *output, const char *rawlog_path, + int rawlog_fd, enum iostream_rawlog_flags flags); +struct ostream * +o_stream_create_rawlog_from_stream(struct ostream *output, + struct ostream *rawlog_output, + enum iostream_rawlog_flags flags); + +#endif -- cgit v1.2.3