X-Git-Url: http://git.indexdata.com/?p=mp-sparql-moved-to-github.git;a=blobdiff_plain;f=src%2Fsparql.h;h=71365fb214c5f7942d3a3953e8b72c36d3d326e8;hp=907ff66098df34845daf2b9011dc5cdda1bb837d;hb=e625c126cea3e3e11aaa8d40b03237d9b22b6525;hpb=a0884c6c35bc62160b6ce6100a4e8ad2d15ab937 diff --git a/src/sparql.h b/src/sparql.h index 907ff66..71365fb 100644 --- a/src/sparql.h +++ b/src/sparql.h @@ -49,6 +49,9 @@ 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