Remove old windows .dll files from source
[clsql.git] / uffi / clsql-uffi-package.lisp
index e5837a05f82bac64d9f391423dea50f5843f6d1d..2b792f4e4556fce642523efb7c376ca711c8dc24 100644 (file)
@@ -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
 (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)