X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ZOOM.xs;h=b10513e456d599584dab2764f3b8cb9abb7f51a1;hb=87c72eaf97a3dbf51a93dab782c2909539addc48;hp=7a3de30121382fc2a5fcf34a798ea0122a4126f0;hpb=7f28788ed9c05eefeaa16bed3b1074dda9e699d2;p=ZOOM-Perl-moved-to-github.git diff --git a/ZOOM.xs b/ZOOM.xs index 7a3de30..b10513e 100644 --- a/ZOOM.xs +++ b/ZOOM.xs @@ -1,5 +1,3 @@ -/* $Id: ZOOM.xs,v 1.51 2008-05-14 13:31:39 mike Exp $ */ - #include "EXTERN.h" #include "perl.h" #include "XSUB.h" @@ -390,6 +388,12 @@ int ZOOM_query_sortby(s, criteria) ZOOM_query s const char * criteria + +int +ZOOM_query_sortby2(s, strategy, criteria) + ZOOM_query s + const char * strategy + const char * criteria ZOOM_scanset ZOOM_connection_scan(c, startterm)