summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf/expr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/c/pgf/expr.h')
-rw-r--r--src/runtime/c/pgf/expr.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/runtime/c/pgf/expr.h b/src/runtime/c/pgf/expr.h
index 7ecca30bd..65e2d66a9 100644
--- a/src/runtime/c/pgf/expr.h
+++ b/src/runtime/c/pgf/expr.h
@@ -147,6 +147,12 @@ PgfExpr
pgf_read_expr(GuReader* rdr, GuPool* pool, GuExn* err);
void
-pgf_expr_print(PgfExpr expr, GuWriter* wtr, GuExn* err);
+pgf_print_expr(PgfExpr expr, int prec, GuWriter* wtr, GuExn* err);
+
+void
+pgf_print_hypo(PgfHypo *hypo, int prec, GuWriter *wtr, GuExn *err);
+
+void
+pgf_print_type(PgfType *type, int prec, GuWriter *wtr, GuExn *err);
#endif /* EXPR_H_ */