blob: 650ce48301f6a15566a6c75beb739fd7b889b9a3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef PGF_GRAPHVIZ_H_
#define PGF_GRAPHVIZ_H_
void
pgf_graphviz_abstract_tree(PgfPGF* pgf, PgfExpr expr, GuOut* out, GuExn* err);
void
pgf_graphviz_parse_tree(PgfConcr* concr, PgfExpr expr, GuOut* out, GuExn* err);
#endif
|