X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fzoom.xml;h=ebf09ee897b6b63f494678f8ca559c82203f5014;hb=8965b9ad303ed2ef26f55db2224860745a0a5128;hp=330a3e3c5d99ccf78668f9c8a9b4b5a4ce5904ce;hpb=55bc5787ba3e68ae7e130866f95e70af6b98c6d8;p=yaz-moved-to-github.git diff --git a/doc/zoom.xml b/doc/zoom.xml index 330a3e3..ebf09ee 100644 --- a/doc/zoom.xml +++ b/doc/zoom.xml @@ -869,11 +869,11 @@ ZOOM_query_cql2rpn(ZOOM_query s, const char *str, ZOOM_connection conn) size_t ZOOM_scanset_size(ZOOM_scanset scan); - const char * ZOOM_scanset_term(ZOOM_scanset scan, size_t pos, - int *occ, size_t *len); + const char *ZOOM_scanset_term(ZOOM_scanset scan, size_t pos, + size_t *occ, size_t *len); - const char * ZOOM_scanset_display_term(ZOOM_scanset scan, size_t pos, - int *occ, size_t *len); + const char *ZOOM_scanset_display_term(ZOOM_scanset scan, size_t pos, + size_t *occ, size_t *len); void ZOOM_scanset_destroy(ZOOM_scanset scan);