Imported Upstream version 0.18.1.1
[platform/upstream/gettext.git] / gettext-tools / gnulib-lib / file_ostream.priv.h
1 /* DO NOT EDIT! GENERATED AUTOMATICALLY! */
2
3 /* Field layout of superclass.  */
4 #include "ostream.priv.h"
5
6 /* Field layout of file_ostream class.  */
7 struct file_ostream_representation
8 {
9   struct ostream_representation base;
10   FILE *fp;
11 };