Reorder XSUBs -- no other changes.
authormike <mike>
Thu, 3 Nov 2005 16:42:22 +0000 (16:42 +0000)
committermike <mike>
Thu, 3 Nov 2005 16:42:22 +0000 (16:42 +0000)
ZOOM.xs

diff --git a/ZOOM.xs b/ZOOM.xs
index 1639414..954d1bd 100644 (file)
--- a/ZOOM.xs
+++ b/ZOOM.xs
@@ -1,4 +1,4 @@
-/* $Id: ZOOM.xs,v 1.22 2005-11-03 16:23:36 mike Exp $ */
+/* $Id: ZOOM.xs,v 1.23 2005-11-03 16:42:22 mike Exp $ */
 
 #include "EXTERN.h"
 #include "perl.h"
@@ -210,11 +210,6 @@ const char *
 ZOOM_diag_str(error)
        int error
 
-# UNTESTED
-int
-ZOOM_connection_last_event(cs)
-       ZOOM_connection cs
-
 # TESTED
 ZOOM_resultset
 ZOOM_connection_search(arg0, q)
@@ -295,6 +290,13 @@ void
 ZOOM_resultset_cache_reset(r)
        ZOOM_resultset r
 
+# UNTESTED
+void
+ZOOM_resultset_sort(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
@@ -420,13 +422,6 @@ ZOOM_package_option_set(p, key, val)
        const char *    key
        const char *    val
 
-# UNTESTED
-void
-ZOOM_resultset_sort(r, sort_type, sort_spec)
-       ZOOM_resultset  r
-       const char *    sort_type
-       const char *    sort_spec
-
 # We ignore the return value of ZOOM_options_set_callback(), since it
 # is always just the address of the __ZOOM_option_callback() function.
 # The information that we actually want -- the address of the Perl
@@ -537,3 +532,8 @@ ZOOM_event(no, cs)
        int     no
        ZOOM_connection *       cs
 
+# UNTESTED
+int
+ZOOM_connection_last_event(cs)
+       ZOOM_connection cs
+