X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;ds=sidebyside;f=src%2Fsparql.h;h=71365fb214c5f7942d3a3953e8b72c36d3d326e8;hb=cd31ff95d41465dea1cb4871a4d494a42719a379;hp=c85de65eb554de4f61ca2fa123b43773ffffb842;hpb=4e474731e73a65cbf168c9bb2fb39aef1c92d445;p=mp-sparql-moved-to-github.git diff --git a/src/sparql.h b/src/sparql.h index c85de65..71365fb 100644 --- a/src/sparql.h +++ b/src/sparql.h @@ -43,6 +43,15 @@ YAZ_EXPORT int yaz_sparql_from_uri_wrbuf(yaz_sparql_t s, WRBUF addinfo, WRBUF w, const char *uri, const char *schema); +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