X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fzoom.h;h=63ebc14cdaa350dd246cbfe674ab35b410eaba26;hp=a505e12c9d32819007bef22094cef3bda9b28d8b;hb=57cae124c6a1c7cdd8c70090db636b227887fc19;hpb=9b2f4955aee1fcee3702bcd832dbaf7fca7243ad diff --git a/include/yaz/zoom.h b/include/yaz/zoom.h index a505e12..63ebc14 100644 --- a/include/yaz/zoom.h +++ b/include/yaz/zoom.h @@ -295,6 +295,8 @@ ZOOM_query_prefix(ZOOM_query s, const char *str); /* specify sort criteria for search */ ZOOM_API(int) ZOOM_query_sortby(ZOOM_query s, const char *criteria); +ZOOM_API(int) +ZOOM_query_sortby2(ZOOM_query s, const char *strategy, const char *criteria); ZOOM_API(void) ZOOM_query_addref(ZOOM_query s);