summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/tp/Texinfo/XS/parsetexi/convert.h
blob: a0a96504283e575f2eedaa7bceb5e888af37f3e2 (plain)
1
2
3
4
5
6
7
8
9
10
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