From fc7e77bf50adaceeec2364fa88134b533f0da00f Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Thu, 15 Aug 2013 15:10:28 +0000 Subject: added graphvizParseTree in the C and Python runtimes --- src/runtime/c/pgf/graphviz.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/runtime/c/pgf/graphviz.h') diff --git a/src/runtime/c/pgf/graphviz.h b/src/runtime/c/pgf/graphviz.h index 749c6ef5f..6f34bf500 100644 --- a/src/runtime/c/pgf/graphviz.h +++ b/src/runtime/c/pgf/graphviz.h @@ -2,6 +2,9 @@ #define PGF_GRAPHVIZ_H_ void -pgf_graphviz_abstract_tree(PgfExpr expr, GuWriter* wtr, GuExn* err); +pgf_graphviz_abstract_tree(PgfPGF* pgf, PgfExpr expr, GuWriter* wtr, GuExn* err); + +void +pgf_graphviz_parse_tree(PgfConcr* concr, PgfExpr expr, GuWriter* wtr, GuExn* err); #endif -- cgit v1.2.3