X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=index%2Fzebraapi.h;h=f092167cd6810f0b4451809df6e30895ea6d4ff7;hb=b718b0a9f4aaf52d38031bfb82d0d539e50332d6;hp=21a6e816cd6bf2af3e4225b8312e78d1708e5fee;hpb=967d839b42a38836f6ef9ac271f4185460bcb6ea;p=idzebra-moved-to-github.git diff --git a/index/zebraapi.h b/index/zebraapi.h index 21a6e81..f092167 100644 --- a/index/zebraapi.h +++ b/index/zebraapi.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: zebraapi.h,v $ - * Revision 1.6 1999-02-17 11:29:57 adam + * Revision 1.7 1999-11-04 15:00:45 adam + * Implemented delete result set(s). + * + * Revision 1.6 1999/02/17 11:29:57 adam * Fixed in record_fetch. Minor updates to API. * * Revision 1.5 1998/09/22 10:48:19 adam @@ -74,6 +77,11 @@ YAZ_EXPORT void zebra_scan (ZebraHandle zh, ODR stream, int *position, int *num_entries, ZebraScanEntry **list, int *is_partial); + +/* Delete Result Set(s) */ +YAZ_EXPORT int zebra_deleleResultSet(ZebraHandle zh, int function, + int num_setnames, char **setnames, + int *statuses); /* Close zebra and destroy handle */ YAZ_EXPORT void zebra_close (ZebraHandle zh);