summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf/graphviz.h
blob: 749c6ef5f8fecba1295aeaacd8f1dc37bb2eb938 (plain)
1
2
3
4
5
6
7
#ifndef PGF_GRAPHVIZ_H_
#define PGF_GRAPHVIZ_H_

void
pgf_graphviz_abstract_tree(PgfExpr expr, GuWriter* wtr, GuExn* err);

#endif