summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf/graphviz.h
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@gmail.com>2013-08-15 08:06:37 +0000
committerkr.angelov <kr.angelov@gmail.com>2013-08-15 08:06:37 +0000
commit5337b4bef73e375d1f8cf4bb5eae543e7cab4922 (patch)
treeca93c524042901d2c13bbc7cd57ae49c6e99f7c1 /src/runtime/c/pgf/graphviz.h
parentbce1dff72877053f4041446b6d13181abec65656 (diff)
graphvizAbstractTree in the C and Python runtimes
Diffstat (limited to 'src/runtime/c/pgf/graphviz.h')
-rw-r--r--src/runtime/c/pgf/graphviz.h7
1 files changed, 7 insertions, 0 deletions
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