X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=uffi%2Fclsql-uffi-package.lisp;h=2b792f4e4556fce642523efb7c376ca711c8dc24;hb=83b09c87d38cdaf7ce3da8d5a20aa8c5ee4505bc;hp=e5837a05f82bac64d9f391423dea50f5843f6d1d;hpb=645d2ea7396466b8673e3421b55e45cd327f0195;p=clsql.git diff --git a/uffi/clsql-uffi-package.lisp b/uffi/clsql-uffi-package.lisp index e5837a0..2b792f4 100644 --- a/uffi/clsql-uffi-package.lisp +++ b/uffi/clsql-uffi-package.lisp @@ -7,9 +7,7 @@ ;;;; Programmers: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id$ -;;;; -;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg +;;;; This file, part of CLSQL, is Copyright (c) 2002-2010 by Kevin M. Rosenberg ;;;; ;;;; CLSQL users are granted the rights to distribute and use this software ;;;; as governed by the terms of the Lisp Lesser GNU Public License @@ -21,12 +19,12 @@ (defpackage #:clsql-uffi (:use #:cl #:uffi) (:export + #:find-and-load-foreign-library #:canonicalize-type-list #:convert-raw-field #:atoi #:atol #:atof - #:atol64 #:make-64-bit-integer #:make-128-bit-integer #:split-64-bit-integer)