Remove outdated comment about sorting not working.
[ZOOM-Perl-moved-to-github.git] / ZOOM.xs
diff --git a/ZOOM.xs b/ZOOM.xs
index 954d1bd..744db9b 100644 (file)
--- a/ZOOM.xs
+++ b/ZOOM.xs
@@ -1,4 +1,4 @@
-/* $Id: ZOOM.xs,v 1.23 2005-11-03 16:42:22 mike Exp $ */
+/* $Id: ZOOM.xs,v 1.25 2005-11-07 14:27:43 mike Exp $ */
 
 #include "EXTERN.h"
 #include "perl.h"
@@ -290,12 +290,12 @@ void
 ZOOM_resultset_cache_reset(r)
        ZOOM_resultset r
 
-# UNTESTED
+# TESTED
 void
 ZOOM_resultset_sort(r, sort_type, sort_spec)
-       ZOOM_resultset  r
-       const char *    sort_type
-       const char *    sort_spec
+       ZOOM_resultset r
+       const char* sort_type
+       const char* sort_spec
 
 # See "typemap" for discussion of the "const char *" return-type.
 #
@@ -310,15 +310,15 @@ ZOOM_record_get(rec, type, len)
                RETVAL
                len
 
-# UNTESTED
+# TESTED
 void
 ZOOM_record_destroy(rec)
-       ZOOM_record     rec
+       ZOOM_record rec
 
-# UNTESTED
+# TESTED
 ZOOM_record
 ZOOM_record_clone(srec)
-       ZOOM_record     srec
+       ZOOM_record srec
 
 # TESTED
 ZOOM_query