From 204f7b07fd107f3b8abb54035636d953e7a9ce6a Mon Sep 17 00:00:00 2001 From: mike Date: Wed, 12 Oct 2005 09:45:36 +0000 Subject: [PATCH] Tested ZOOM_connection_option_get() --- ZOOM.xs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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) -- 1.7.10.4