implement close for perl OpenIsis bindings
authorDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 8 Mar 2004 17:52:10 +0000 (17:52 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 8 Mar 2004 17:52:10 +0000 (17:52 +0000)
git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@240 13eb9ef6-21d5-0310-b721-a9d68796d827

openisis/perl/OpenIsis.xs

index 18e3aa1..3e3b819 100644 (file)
@@ -239,3 +239,12 @@ terms( db, key )
                                        
                }
        }
                                        
                }
        }
+
+int
+close( db )
+       int db
+       CODE:
+       RETVAL = sherr( openIsisCDClose( db ) );
+       OUTPUT:
+       RETVAL
+