summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf/graphviz.h
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@gmail.com>2013-08-15 15:10:28 +0000
committerkr.angelov <kr.angelov@gmail.com>2013-08-15 15:10:28 +0000
commitfc7e77bf50adaceeec2364fa88134b533f0da00f (patch)
treea239a08563791e6199b8927aa46a2691aa38ffac /src/runtime/c/pgf/graphviz.h
parent5337b4bef73e375d1f8cf4bb5eae543e7cab4922 (diff)
added graphvizParseTree in the C and Python runtimes
Diffstat (limited to 'src/runtime/c/pgf/graphviz.h')
-rw-r--r--src/runtime/c/pgf/graphviz.h5
1 files changed, 4 insertions, 1 deletions
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