Run against special zebra on test:8017
[ZOOM-Perl-moved-to-github.git] / ZOOM.xs
diff --git a/ZOOM.xs b/ZOOM.xs
index 2e0dbec..71a241d 100644 (file)
--- a/ZOOM.xs
+++ b/ZOOM.xs
@@ -1,4 +1,4 @@
-/* $Id: ZOOM.xs,v 1.29 2005-11-08 16:39:23 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
 
@@ -394,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