diff options
Diffstat (limited to 'src/runtime/c/pgf/pgf.h')
| -rw-r--r-- | src/runtime/c/pgf/pgf.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/runtime/c/pgf/pgf.h b/src/runtime/c/pgf/pgf.h index 3e2e88006..80cbe29f2 100644 --- a/src/runtime/c/pgf/pgf.h +++ b/src/runtime/c/pgf/pgf.h @@ -90,16 +90,16 @@ pgf_parseval(PgfConcr* concr, PgfExpr expr, PgfCId cat, double *precision, double *recall, double *exact); PgfExpr -pgf_compute(PgfPGF* pgf, PgfExpr expr, GuExn* err, +pgf_compute(PgfPGF* pgf, PgfExpr expr, GuExn* err, GuPool* pool, GuPool* out_pool); PgfExprEnum* -pgf_generate_all(PgfPGF* pgf, PgfCId cat, GuPool* pool); +pgf_generate_all(PgfPGF* pgf, PgfCId cat, + GuExn* err, GuPool* pool, GuPool* out_pool); PgfExprEnum* pgf_parse(PgfConcr* concr, PgfCId cat, GuString sentence, - GuExn* err, - GuPool* pool, GuPool* out_pool); + GuExn* err, GuPool* pool, GuPool* out_pool); typedef struct PgfMorphoCallback PgfMorphoCallback; struct PgfMorphoCallback { |
