Update of /project/elephant/cvsroot/elephant/src/db-bdb In directory clnet:/tmp/cvs-serv4653/src/db-bdb
Modified Files: package.lisp Log Message: Add exported symbols that were missing from backend.lisp
--- /project/elephant/cvsroot/elephant/src/db-bdb/package.lisp 2007/02/18 10:58:58 1.7 +++ /project/elephant/cvsroot/elephant/src/db-bdb/package.lisp 2007/03/30 14:55:54 1.8 @@ -30,7 +30,7 @@ Elephant, but with some magic for Elephant. In general there is a 1-1 mapping from functions here and functions in Berkeley DB, so refer to their documentation for details.") - (:use common-lisp uffi elephant-memutil elephant-backend elephant-utils elephant) + (:use common-lisp uffi elephant-memutil elephant elephant-backend elephant-utils) #+cmu (:use alien) #+sbcl