X-Git-Url: http://git.indexdata.com/?p=mp-sparql-moved-to-github.git;a=blobdiff_plain;f=src%2Fsparql.h;h=71365fb214c5f7942d3a3953e8b72c36d3d326e8;hp=7d2da776ab71439eac6c3f98f6acd7ffeb7096d7;hb=e625c126cea3e3e11aaa8d40b03237d9b22b6525;hpb=c15f541624500e98bcea49b8a77c24d28d4c434d diff --git a/src/sparql.h b/src/sparql.h index 7d2da77..71365fb 100644 --- a/src/sparql.h +++ b/src/sparql.h @@ -46,6 +46,12 @@ int yaz_sparql_from_uri_wrbuf(yaz_sparql_t s, WRBUF addinfo, WRBUF w, YAZ_EXPORT int yaz_sparql_lookup_schema(yaz_sparql_t s, const char *schema); +YAZ_EXPORT +void yaz_sparql_include(yaz_sparql_t s, yaz_sparql_t u); + +YAZ_EXPORT +void yaz_sparql_explain_indexes( yaz_sparql_t s, WRBUF w, int indent); + YAZ_END_CDECL #endif