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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/runtime/c/pgf/expr.h b/src/runtime/c/pgf/expr.h
index 07933556b..f197fbc6c 100644
--- a/src/runtime/c/pgf/expr.h
+++ b/src/runtime/c/pgf/expr.h
@@ -147,6 +147,9 @@ PgfExpr
pgf_expr_apply(PgfApplication*, GuPool* pool);
PgfExpr
+pgf_expr_string(GuString, GuPool* pool);
+
+PgfExpr
pgf_read_expr(GuIn* in, GuPool* pool, GuExn* err);
PgfType*