From 5337b4bef73e375d1f8cf4bb5eae543e7cab4922 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Thu, 15 Aug 2013 08:06:37 +0000 Subject: graphvizAbstractTree in the C and Python runtimes --- src/runtime/c/pgf/graphviz.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/runtime/c/pgf/graphviz.h (limited to 'src/runtime/c/pgf/graphviz.h') diff --git a/src/runtime/c/pgf/graphviz.h b/src/runtime/c/pgf/graphviz.h new file mode 100644 index 000000000..749c6ef5f --- /dev/null +++ b/src/runtime/c/pgf/graphviz.h @@ -0,0 +1,7 @@ +#ifndef PGF_GRAPHVIZ_H_ +#define PGF_GRAPHVIZ_H_ + +void +pgf_graphviz_abstract_tree(PgfExpr expr, GuWriter* wtr, GuExn* err); + +#endif -- cgit v1.2.3