summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf/graphviz.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/c/pgf/graphviz.h')
-rw-r--r--src/runtime/c/pgf/graphviz.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/runtime/c/pgf/graphviz.h b/src/runtime/c/pgf/graphviz.h
index d230fdcd8..483e86f1e 100644
--- a/src/runtime/c/pgf/graphviz.h
+++ b/src/runtime/c/pgf/graphviz.h
@@ -22,4 +22,7 @@ pgf_graphviz_abstract_tree(PgfPGF* pgf, PgfExpr expr, PgfGraphvizOptions* opts,
PGF_API_DECL void
pgf_graphviz_parse_tree(PgfConcr* concr, PgfExpr expr, PgfGraphvizOptions* opts, GuOut* out, GuExn* err);
+PGF_API_DECL void
+pgf_graphviz_word_alignment(PgfConcr** concrs, size_t n_concrs, PgfExpr expr, PgfGraphvizOptions* opts, GuOut* out, GuExn* err);
+
#endif