X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=ZOOM.xs;h=7f02c013df6619340b0c5a4b58fee2c576768e9e;hb=692fb30bc0ab6d6e1536405ed7040ecd2b7c94ce;hp=ce41632808c2f9d87b6e193b131235ff818192fc;hpb=3ba44bb7023ad2e1d312b7858066525a536522c3;p=ZOOM-Perl-moved-to-github.git diff --git a/ZOOM.xs b/ZOOM.xs index ce41632..7f02c01 100644 --- a/ZOOM.xs +++ b/ZOOM.xs @@ -1,4 +1,4 @@ -/* $Id: ZOOM.xs,v 1.41 2006-06-13 16:44:21 mike Exp $ */ +/* $Id: ZOOM.xs,v 1.42 2006-06-15 15:43:13 mike Exp $ */ #include "EXTERN.h" #include "perl.h" @@ -327,10 +327,18 @@ ZOOM_query_cql2rpn(s, str, conn) ZOOM_connection conn int -ZOOM_query_ccl2rpn(s, str, conn) +ZOOM_query_ccl2rpn(s, query_str, config, errcode, errstr, errpos) ZOOM_query s - const char* str - ZOOM_connection conn + const char* query_str + const char* config + int &errcode + const char* &errstr + int &errpos + OUTPUT: + RETVAL + errcode + errstr + errpos int ZOOM_query_prefix(s, str)