summaryrefslogtreecommitdiff
path: root/gettext-tools/gnulib-lib/fd_ostream.priv.h
blob: 9bd4c13824c7e72a86661e44739f8deaf69e66cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */

/* Field layout of superclass.  */
#include "ostream.priv.h"

/* Field layout of fd_ostream class.  */
struct fd_ostream_representation
{
  struct ostream_representation base;
  int fd;
  char *filename;
  char *buffer;                  
  size_t avail;                  
};