From: mike Date: Wed, 16 Nov 2005 16:10:13 +0000 (+0000) Subject: Add ZOOM_connection_diagset() X-Git-Tag: cpan_1_22~355 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=147db991a5cc7a657022aab02db041b990cae669;p=ZOOM-Perl-moved-to-github.git Add ZOOM_connection_diagset() --- diff --git a/ZOOM.xs b/ZOOM.xs index 2178a23..71a241d 100644 --- a/ZOOM.xs +++ b/ZOOM.xs @@ -1,4 +1,4 @@ -/* $Id: ZOOM.xs,v 1.30 2005-11-15 11:31:52 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