X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=include%2Fyaz%2Fzoom.h;h=fc1a848a51d7e2821e3a6fdf3a19815db343379d;hb=5207f60678397943900b4e5f41d563335bf745d1;hp=e577d35add303b7bc9e5d58c5a8e012540884941;hpb=bd3fc10785d649f854929dfab90d8a002d55572c;p=yaz-moved-to-github.git diff --git a/include/yaz/zoom.h b/include/yaz/zoom.h index e577d35..fc1a848 100644 --- a/include/yaz/zoom.h +++ b/include/yaz/zoom.h @@ -251,11 +251,11 @@ 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); + size_t *occ, size_t *len); ZOOM_API(const char *) ZOOM_scanset_display_term(ZOOM_scanset scan, size_t pos, - int *occ, int *len); + size_t *occ, size_t *len); ZOOM_API(size_t) ZOOM_scanset_size(ZOOM_scanset scan);