summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/tp/Texinfo/XS/parsetexi/convert.h
diff options
context:
space:
mode:
Diffstat (limited to 'macros/texinfo/texinfo/tp/Texinfo/XS/parsetexi/convert.h')
-rw-r--r--macros/texinfo/texinfo/tp/Texinfo/XS/parsetexi/convert.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/macros/texinfo/texinfo/tp/Texinfo/XS/parsetexi/convert.h b/macros/texinfo/texinfo/tp/Texinfo/XS/parsetexi/convert.h
index 7535bc95e0..a0a9650428 100644
--- a/macros/texinfo/texinfo/tp/Texinfo/XS/parsetexi/convert.h
+++ b/macros/texinfo/texinfo/tp/Texinfo/XS/parsetexi/convert.h
@@ -1,4 +1,11 @@
/* convert.h - definitions for convert.c */
+#ifndef CONVERT_H
+#define CONVERT_H
+
+#include "tree_types.h"
+
char *convert_to_texinfo (ELEMENT *e);
char *convert_to_text (ELEMENT *e, int *superfluous_arg);
char *node_extra_to_texi (NODE_SPEC_EXTRA *nse);
+
+#endif