X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=ZOOM.xs;h=7f02c013df6619340b0c5a4b58fee2c576768e9e;hb=34087b1f9c695dcf41cc9e300b455714040ca4bb;hp=b49aa91e652cf127058c3e319878c4ec11deef34;hpb=8a97ec9347ad1a331f1d02b9b8a845119fa45bf1;p=ZOOM-Perl-moved-to-github.git diff --git a/ZOOM.xs b/ZOOM.xs index b49aa91..7f02c01 100644 --- a/ZOOM.xs +++ b/ZOOM.xs @@ -1,4 +1,4 @@ -/* $Id: ZOOM.xs,v 1.40 2006-04-19 20:11:21 mike Exp $ */ +/* $Id: ZOOM.xs,v 1.42 2006-06-15 15:43:13 mike Exp $ */ #include "EXTERN.h" #include "perl.h" @@ -327,6 +327,20 @@ ZOOM_query_cql2rpn(s, str, conn) ZOOM_connection conn int +ZOOM_query_ccl2rpn(s, query_str, config, errcode, errstr, errpos) + ZOOM_query s + 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) ZOOM_query s const char* str