From 30b7ba04c701ef156992eb53a7b65accebfa9f21 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Tue, 5 Sep 2017 10:07:43 +0200 Subject: added exprFunctions in the Haskell binding --- src/runtime/c/pgf/expr.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/runtime/c/pgf/expr.h') diff --git a/src/runtime/c/pgf/expr.h b/src/runtime/c/pgf/expr.h index 962b3173f..3dbaf83b6 100644 --- a/src/runtime/c/pgf/expr.h +++ b/src/runtime/c/pgf/expr.h @@ -200,6 +200,9 @@ pgf_expr_hash(GuHash h, PgfExpr e); PGF_API size_t pgf_expr_size(PgfExpr expr); +PGF_API GuSeq* +pgf_expr_functions(PgfExpr expr, GuPool* pool); + typedef struct PgfPrintContext PgfPrintContext; struct PgfPrintContext { -- cgit v1.2.3