API changes to ZOOM. Functions for setting options returns int, rather
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 19 Mar 2007 20:58:34 +0000 (20:58 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 19 Mar 2007 20:58:34 +0000 (20:58 +0000)
commite20877bdeb227b7c4179b6defa3eb5b44599d707
tree1234e063e7bae78fa925e462e427e2e2b044dd9c
parent401da56d4a26f687cd42024bdef6f29a29bb7663
API changes to ZOOM. Functions for setting options returns int, rather
than void, so we have a way to flag unknown options. ZOOM_resultset_sort1
has become "the" ZOOM_resultset_sort. (and old ZOOM_resultset_sort is
removed). ZOOM_connection_scan1 removed. The generic scan is
ZOOM_connection_scan and the ZOOM_connection_scan_pqf is a handy short-hand
taking a PQF string as argument.
include/yaz/zoom.h
src/zoom-c.c
zoom/zoomsh.c
zoom/zoomtst7.c
zoom/zoomtst8.c