mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-26 19:28:54 -06:00
restore type signatures that accidentally changed
This commit is contained in:
@@ -486,10 +486,10 @@ PGF_API_DECL
|
|||||||
void pgf_release_phrasetable_ids(PgfPhrasetableIds *seq_ids);
|
void pgf_release_phrasetable_ids(PgfPhrasetableIds *seq_ids);
|
||||||
|
|
||||||
PGF_API_DECL
|
PGF_API_DECL
|
||||||
PgfExpr pgf_check_expr(PgfDB *db, PgfRevision revision,
|
void pgf_check_expr(PgfDB *db, PgfRevision revision,
|
||||||
PgfExpr e, PgfType ty,
|
PgfExpr* pe, PgfType ty,
|
||||||
PgfMarshaller *m, PgfUnmarshaller *u,
|
PgfMarshaller *m, PgfUnmarshaller *u,
|
||||||
PgfExn *err);
|
PgfExn *err);
|
||||||
|
|
||||||
PGF_API_DECL
|
PGF_API_DECL
|
||||||
PgfType pgf_infer_expr(PgfDB *db, PgfRevision revision,
|
PgfType pgf_infer_expr(PgfDB *db, PgfRevision revision,
|
||||||
@@ -498,10 +498,10 @@ PgfType pgf_infer_expr(PgfDB *db, PgfRevision revision,
|
|||||||
PgfExn *err);
|
PgfExn *err);
|
||||||
|
|
||||||
PGF_API_DECL
|
PGF_API_DECL
|
||||||
PgfType pgf_check_type(PgfDB *db, PgfRevision revision,
|
void pgf_check_type(PgfDB *db, PgfRevision revision,
|
||||||
PgfType ty,
|
PgfType* pty,
|
||||||
PgfMarshaller *m, PgfUnmarshaller *u,
|
PgfMarshaller *m, PgfUnmarshaller *u,
|
||||||
PgfExn *err);
|
PgfExn *err);
|
||||||
|
|
||||||
PGF_API_DECL
|
PGF_API_DECL
|
||||||
PgfRevision pgf_start_transaction(PgfDB *db, PgfExn *err);
|
PgfRevision pgf_start_transaction(PgfDB *db, PgfExn *err);
|
||||||
|
|||||||
Reference in New Issue
Block a user