• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
1/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
2
3/* Field layout of superclass.  */
4#include "styled_ostream.priv.h"
5
6/* Field layout of html_styled_ostream class.  */
7struct html_styled_ostream_representation
8{
9  struct styled_ostream_representation base;
10
11  ostream_t destination;
12
13  html_ostream_t html_destination;
14};
15