r11859: Canonicalize whitespace
[clsql.git] / db-oracle / oracle-package.lisp
index 681617a63bc55db542feebcd7604c2a1922b429b..462c8589afbe3897afd037c9d8f7678acc09eb14 100644 (file)
@@ -7,7 +7,7 @@
 ;;;;
 ;;;; $Id$
 ;;;;
-;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
+;;;; This file is part of CLSQL.
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
 ;;;; as governed by the terms of the Lisp Lesser GNU Public License
@@ -17,8 +17,9 @@
 (in-package #:cl-user)
 
 (defpackage #:clsql-oracle
-  (:use #:common-lisp #:clsql-base)
+  (:use #:common-lisp #:clsql-sys #:clsql-uffi)
   (:export #:oracle-database
-          #:*oracle-so-load-path*
-          #:*oracle-so-libraries*)
+           #:*oracle-server-version*
+           #:*oracle-so-load-path*
+           #:*oracle-so-libraries*)
   (:documentation "This is the CLSQL interface to Oracle."))