Checkout submodules as necessary MPSPARQL-23
[mp-sparql-moved-to-github.git] / src / sparql.h
index 907ff66..71365fb 100644 (file)
@@ -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