Mercurial > hg > audiodb
view bindings/sb-alien/package.lisp @ 568:7a257a2364a4
Removed redundant flext library, and tidied up the core C file a little.
author | mas01mj |
---|---|
date | Wed, 01 Jul 2009 11:44:49 +0000 |
parents | 3141e51cb077 |
children | 09af91f8803f |
line wrap: on
line source
(cl:defpackage "SB-ADB" (:use "CL" "SB-ALIEN") (:export "ADB" "OPEN" "CLOSE" "QUERY" "WITH-ADB") (:shadow "OPEN" "CLOSE"))