iostream-rawlog-private.h revision 76a58bc863893374000881e69d6dd4e3dccaddde
#ifndef IOSTREAM_RAWLOG_PRIVATE_H
#define IOSTREAM_RAWLOG_PRIVATE_H
#include "iostream-rawlog.h"
#define IOSTREAM_RAWLOG_MAX_PREFIX_LEN 3
struct rawlog_iostream {
struct iostream_private *iostream;
enum iostream_rawlog_flags flags;
struct ostream *rawlog_output;
bool input;
bool line_continued;
};
#endif