summaryrefslogtreecommitdiff
path: root/src/runtime/c/sg/sg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/c/sg/sg.h')
-rw-r--r--src/runtime/c/sg/sg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/runtime/c/sg/sg.h b/src/runtime/c/sg/sg.h
index 4f1c40562..3bf0cb8c5 100644
--- a/src/runtime/c/sg/sg.h
+++ b/src/runtime/c/sg/sg.h
@@ -50,6 +50,9 @@ sg_triple_result_fetch(SgTripleResult* tres, SgId* pKey, SgTriple triple,
GuPool* out_pool, GuExn* err);
void
+sg_triple_result_get_query(SgTripleResult* tres, SgTriple triple);
+
+void
sg_triple_result_close(SgTripleResult* tres, GuExn* err);
typedef int SgPattern[3];