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

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

/* Field layout of file_ostream class.  */
struct file_ostream_representation
{
  struct ostream_representation base;
  FILE *fp;
};