#ifndef OSTREAM_FILE_PRIVATE_H
#define OSTREAM_FILE_PRIVATE_H
#include "ostream-private.h"
struct file_ostream {
const struct const_iovec *iov,
unsigned int iov_count);
int fd;
};
struct ostream *
const struct const_iovec *iov,
unsigned int iov_size);
const struct const_iovec *iov,
unsigned int iov_count);
bool close_parent);
#endif