mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-01 23:32:51 -06:00
A lower-level transaction API and a transaction command in the shell
This commit is contained in:
@@ -495,9 +495,6 @@ PGF_API_DECL
|
||||
void pgf_commit_transaction(PgfDB *db, PgfRevision revision,
|
||||
PgfExn *err);
|
||||
|
||||
PGF_API_DECL
|
||||
void pgf_rollback_transaction(PgfDB *db, PgfRevision revision);
|
||||
|
||||
PGF_API_DECL
|
||||
PgfRevision pgf_checkout_revision(PgfDB *db, PgfExn *err);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user