X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=db-oracle%2Foracle-package.lisp;h=07f0a552a70fcd2550ac086e4c7cc09442223fd7;hb=d9f41af62750c622945bb17b622a39689ee5b840;hp=681617a63bc55db542feebcd7604c2a1922b429b;hpb=48652576baf88a7dcde5649cec889228aa7b5133;p=clsql.git diff --git a/db-oracle/oracle-package.lisp b/db-oracle/oracle-package.lisp index 681617a..07f0a55 100644 --- a/db-oracle/oracle-package.lisp +++ b/db-oracle/oracle-package.lisp @@ -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-server-version* #:*oracle-so-load-path* #:*oracle-so-libraries*) (:documentation "This is the CLSQL interface to Oracle."))