summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'extract/src/docx_template.h')
-rw-r--r--extract/src/docx_template.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/extract/src/docx_template.h b/extract/src/docx_template.h
new file mode 100644
index 00000000..8a73d5b2
--- /dev/null
+++ b/extract/src/docx_template.h
@@ -0,0 +1,17 @@
+#ifndef EXTRACT_DOCX_TEMPLATE_H
+#define EXTRACT_DOCX_TEMPLATE_H
+
+/* THIS IS AUTO-GENERATED CODE, DO NOT EDIT. */
+
+
+typedef struct
+{
+ const char* name; /* Name of item in docx archive. */
+ const char* text; /* Contents of item in docx archive. */
+} docx_template_item_t;
+
+extern const docx_template_item_t docx_template_items[];
+extern int docx_template_items_num;
+
+
+#endif