ostream-internal.h revision 8ab3d88c56dff2f567193f80cc29821a64e576d1
#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