summaryrefslogtreecommitdiff
path: root/gettext-tools/gnulib-lib/html_ostream.priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/gnulib-lib/html_ostream.priv.h')
-rw-r--r--gettext-tools/gnulib-lib/html_ostream.priv.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/gettext-tools/gnulib-lib/html_ostream.priv.h b/gettext-tools/gnulib-lib/html_ostream.priv.h
new file mode 100644
index 0000000..fb1a4d0
--- /dev/null
+++ b/gettext-tools/gnulib-lib/html_ostream.priv.h
@@ -0,0 +1,21 @@
+/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
+
+/* Field layout of superclass. */
+#include "ostream.priv.h"
+
+/* Field layout of html_ostream class. */
+struct html_ostream_representation
+{
+ struct ostream_representation base;
+
+ ostream_t destination;
+
+ gl_list_t class_stack;
+
+ size_t curr_class_stack_size;
+ size_t last_class_stack_size;
+
+ #define BUFSIZE 6
+ char buf[BUFSIZE];
+ size_t buflen;
+};