X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=ZOOM.xs;h=67c130de4ce8027a7fcd0ed6265653d241f53283;hb=9f3877d67edcf78024841bbe8291d742c861a368;hp=74fb1b3c60ce85107873ad9d68deaff40a817464;hpb=e71820e5dcc312e9fc323e1a213bcce5ffaea28f;p=ZOOM-Perl-moved-to-github.git diff --git a/ZOOM.xs b/ZOOM.xs index 74fb1b3..67c130d 100644 --- a/ZOOM.xs +++ b/ZOOM.xs @@ -1,4 +1,4 @@ -/* $Id: ZOOM.xs,v 1.8 2005-10-11 15:44:33 mike Exp $ */ +/* $Id: ZOOM.xs,v 1.9 2005-10-12 09:45:36 mike Exp $ */ #include "EXTERN.h" #include "perl.h" @@ -42,18 +42,20 @@ void ZOOM_connection_destroy(c) ZOOM_connection c +# TESTED +# const char * ZOOM_connection_option_get(c, key) ZOOM_connection c - const char * key + const char *key # TESTED # void ZOOM_connection_option_set(c, key, val) ZOOM_connection c - const char * key - const char * val + const char *key + const char *val void ZOOM_connection_option_setl(c, key, val, len)