API changes to ZOOM. Functions for setting options returns int, rather
[yaz-moved-to-github.git] / zoom / zoomsh.c
index 5f99d66..11b5698 100644 (file)
@@ -1,8 +1,8 @@
 /*
- * Copyright (C) 1995-2005, Index Data ApS
+ * Copyright (C) 1995-2007, Index Data ApS
  * See the file LICENSE for details.
  *
- * $Id: zoomsh.c,v 1.42 2006-10-31 14:08:03 adam Exp $
+ * $Id: zoomsh.c,v 1.44 2007-03-19 20:58:34 adam Exp $
  */
 
 /** \file zoomsh.c
@@ -393,7 +393,7 @@ static void cmd_scan (ZOOM_connection *c, ZOOM_resultset *r,
     for (i = 0; i<MAX_CON; i++)
     {
         if (c[i])
-            s[i] = ZOOM_connection_scan(c[i], start_term);
+            s[i] = ZOOM_connection_scan_pqf(c[i], start_term);
         else
             s[i] = 0;
     }