X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fzoom.h;h=668ff84004c01def74b86f299baa797a2dd37b03;hp=14247a3fd4067ccbac2f5f5daf4b8fa5f5a37441;hb=cabcc9b01684fb0410d4323399262563c6e9dc83;hpb=e137416de024bcc37cc35ecae1ce2079f188ac41 diff --git a/include/yaz/zoom.h b/include/yaz/zoom.h index 14247a3..668ff84 100644 --- a/include/yaz/zoom.h +++ b/include/yaz/zoom.h @@ -170,6 +170,14 @@ ZOOM_connection_search_pqf(ZOOM_connection c, const char *q); ZOOM_API(void) ZOOM_resultset_destroy(ZOOM_resultset r); +/** release result set from connection. + + The result will will no longer be able to perform retrievals + from the connection from which it was created. +*/ +ZOOM_API(void) +ZOOM_resultset_release(ZOOM_resultset r); + /* result set option */ ZOOM_API(const char *) ZOOM_resultset_option_get(ZOOM_resultset r, const char *key);