summaryrefslogtreecommitdiff
path: root/gettext-tools/libgettextpo/ostream.vt.h
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/libgettextpo/ostream.vt.h')
-rw-r--r--gettext-tools/libgettextpo/ostream.vt.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gettext-tools/libgettextpo/ostream.vt.h b/gettext-tools/libgettextpo/ostream.vt.h
new file mode 100644
index 0000000..9ac018d
--- /dev/null
+++ b/gettext-tools/libgettextpo/ostream.vt.h
@@ -0,0 +1,6 @@
+/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
+
+/* Virtual function table layout of ostream class. */
+ void (*write_mem) (THIS_ARG, const void *data, size_t len);
+ void (*flush) (THIS_ARG);
+ void (*free) (THIS_ARG);