ostream-internal.h revision 68a4946b12583b88fa802e52ebee45cd96056772
#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