From: Adam Dickmeiss Date: Fri, 4 Dec 2009 11:52:41 +0000 (+0100) Subject: Update ZOOM scanset doc X-Git-Tag: v4.0.0~83 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=57b3990d07f7ed994884bc61504eb5a1962526eb Update ZOOM scanset doc --- 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);