From: mike Date: Fri, 4 Nov 2005 17:07:13 +0000 (+0000) Subject: Tested ZOOM_resultset_sort() X-Git-Tag: cpan_1_22~397 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=cd348937a9a9bda2aaaae31af4539c58000f070f;p=ZOOM-Perl-moved-to-github.git Tested ZOOM_resultset_sort() --- diff --git a/ZOOM.xs b/ZOOM.xs index 954d1bd..2772139 100644 --- 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.24 2005-11-04 17:07:13 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. #