X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fzoom.h;h=29b09e4ed51717d52dd3596fc462da6a7b3b01fe;hp=12043ac328dc07ff97cb0e062885a74615fa9f19;hb=6e8a098c117cb6a92c30c536f7ec939520c18e22;hpb=bffff3b76a8401900e60096a587156a8bcbc03ef diff --git a/include/yaz/zoom.h b/include/yaz/zoom.h index 12043ac..29b09e4 100644 --- a/include/yaz/zoom.h +++ b/include/yaz/zoom.h @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: zoom.h,v 1.30 2005-11-16 16:03:51 mike Exp $ + * $Id: zoom.h,v 1.31 2005-12-19 17:04:22 mike Exp $ */ /** * \file zoom.h @@ -206,6 +206,9 @@ ZOOM_query_sortby(ZOOM_query s, const char *criteria); ZOOM_API(ZOOM_scanset) ZOOM_connection_scan (ZOOM_connection c, const char *startterm); +ZOOM_API(ZOOM_scanset) +ZOOM_connection_scan1 (ZOOM_connection c, ZOOM_query startterm); + ZOOM_API(const char *) ZOOM_scanset_term(ZOOM_scanset scan, size_t pos, int *occ, int *len);