ostream-internal.h revision 8f32e59200da904613506f5649ffa4d9f5989ceb
#ifndef OSTREAM_INTERNAL_H
#define OSTREAM_INTERNAL_H
#include "ostream.h"
#include "iostream-internal.h"
struct ostream_private {
/* inheritance: */
struct iostream_private iostream;
/* methods: */
const struct const_iovec *iov,
unsigned int iov_count);
/* data: */
void *context;
};
#endif