Add ZOOM_connection_scan1(), which takes a ZOOM_query rather than a
authormike <mike>
Mon, 19 Dec 2005 17:05:05 +0000 (17:05 +0000)
committermike <mike>
Mon, 19 Dec 2005 17:05:05 +0000 (17:05 +0000)
string as its start-term, thereby opening the way for scanning on CQL
terms.

ZOOM.xs

diff --git a/ZOOM.xs b/ZOOM.xs
index 32bf802..6799bd0 100644 (file)
--- a/ZOOM.xs
+++ b/ZOOM.xs
@@ -1,4 +1,4 @@
-/* $Id: ZOOM.xs,v 1.32 2005-12-19 13:46:11 mike Exp $ */
+/* $Id: ZOOM.xs,v 1.33 2005-12-19 17:05:05 mike Exp $ */
 
 #include "EXTERN.h"
 #include "perl.h"
@@ -371,6 +371,12 @@ ZOOM_connection_scan(c, startterm)
        const char* startterm
 
 # TESTED
+ZOOM_scanset
+ZOOM_connection_scan1(c, startterm)
+       ZOOM_connection c
+       ZOOM_query startterm
+
+# TESTED
 const char *
 ZOOM_scanset_term(scan, pos, occ, len)
        ZOOM_scanset scan