X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fzoom.h;h=301e1c30fff691922e80f10e151e59876dc3f060;hb=8d92137c228ec24df2d62a8039635bb8ad19558d;hp=f9329c1f7652a75d4709427ddeb1bbe0a28b50a0;hpb=3b10b3e056bb684b8f33123a79410f771adbee0a;p=yaz-moved-to-github.git diff --git a/include/yaz/zoom.h b/include/yaz/zoom.h index f9329c1..301e1c3 100644 --- a/include/yaz/zoom.h +++ b/include/yaz/zoom.h @@ -1,6 +1,6 @@ /* * Public header for ZOOM C. - * $Id: zoom.h,v 1.18 2003-04-28 11:04:52 adam Exp $ + * $Id: zoom.h,v 1.19 2003-11-19 19:07:26 adam Exp $ */ #include @@ -189,6 +189,10 @@ ZOOM_API(const char *) ZOOM_scanset_term(ZOOM_scanset scan, size_t pos, int *occ, int *len); +ZOOM_API(const char *) +ZOOM_scanset_display_term(ZOOM_scanset scan, size_t pos, + int *occ, int *len); + ZOOM_API(size_t) ZOOM_scanset_size(ZOOM_scanset scan);