X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=ZOOM.xs;h=71a241d3ad72c5530f877f564b7181faf72eb43e;hb=720f16803dced409785e785bdbd6040b87247fad;hp=25442ffaa3b52c64eb3d0ef3b070f7ce0d1950f1;hpb=8b9767ac83b9946e63af2a62242d405eb3050253;p=ZOOM-Perl-moved-to-github.git diff --git a/ZOOM.xs b/ZOOM.xs index 25442ff..71a241d 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.31 2005-11-16 16:10:13 mike Exp $ */ #include "EXTERN.h" #include "perl.h" @@ -207,6 +207,11 @@ ZOOM_connection_addinfo(c) # TESTED const char * +ZOOM_connection_diagset(c) + ZOOM_connection c + +# TESTED +const char * ZOOM_diag_str(error) int error @@ -290,13 +295,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 @@ -387,13 +399,13 @@ void ZOOM_scanset_destroy(scan) ZOOM_scanset scan -# UNTESTED +# TESTED const char * ZOOM_scanset_option_get(scan, key) ZOOM_scanset scan const char * key -# UNTESTED +# TESTED void ZOOM_scanset_option_set(scan, key, val) ZOOM_scanset scan