Rolling.
[ZOOM-Perl-moved-to-github.git] / ZOOM.xs
diff --git a/ZOOM.xs b/ZOOM.xs
index 25442ff..2178a23 100644 (file)
--- a/ZOOM.xs
+++ b/ZOOM.xs
@@ -1,4 +1,4 @@
-/* $Id: ZOOM.xs,v 1.28 2005-11-08 15:56:44 mike Exp $ */
+/* $Id: ZOOM.xs,v 1.30 2005-11-15 11:31:52 mike Exp $ */
 
 #include "EXTERN.h"
 #include "perl.h"
@@ -290,13 +290,20 @@ void
 ZOOM_resultset_cache_reset(r)
        ZOOM_resultset r
 
-# TESTED
+# TESTED (but deprecated)
 void
 ZOOM_resultset_sort(r, sort_type, sort_spec)
        ZOOM_resultset r
        const char* sort_type
        const char* sort_spec
 
+# TESTED
+int
+ZOOM_resultset_sort1(r, sort_type, sort_spec)
+       ZOOM_resultset r
+       const char* sort_type
+       const char* sort_spec
+
 # See "typemap" for discussion of the "const char *" return-type.
 #
 # TESTED
@@ -387,13 +394,13 @@ void
 ZOOM_scanset_destroy(scan)
        ZOOM_scanset scan
 
-# UNTESTED
+# TESTED
 const char *
 ZOOM_scanset_option_get(scan, key)
        ZOOM_scanset    scan
        const char *    key
 
-# UNTESTED
+# TESTED
 void
 ZOOM_scanset_option_set(scan, key, val)
        ZOOM_scanset    scan