diff options
Diffstat (limited to 'src/runtime/c/sg/sg.h')
| -rw-r--r-- | src/runtime/c/sg/sg.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/runtime/c/sg/sg.h b/src/runtime/c/sg/sg.h index a859bbec2..67084876f 100644 --- a/src/runtime/c/sg/sg.h +++ b/src/runtime/c/sg/sg.h @@ -14,6 +14,16 @@ sg_open(const char *filename, GuExn* err); void sg_close(SgSG *sg, GuExn* err); +void +sg_begin_trans(SgSG* sg, GuExn* err); + +void +sg_commit(SgSG* sg, GuExn* err); + +void +sg_rollback(SgSG* sg, GuExn* err); + + SgId sg_insert_expr(SgSG *sg, PgfExpr expr, GuExn* err); |
