From: mike Date: Tue, 8 Nov 2005 16:39:23 +0000 (+0000) Subject: Add ZOOM_resultset_sort1() X-Git-Tag: cpan_1_22~374 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=af07c0f17b6f241ee1e2ecc7cf3d566a8d8e331f;p=ZOOM-Perl-moved-to-github.git Add ZOOM_resultset_sort1() --- diff --git a/ZOOM.xs b/ZOOM.xs index 25442ff..2e0dbec 100644 --- 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.29 2005-11-08 16:39:23 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